mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 12:14:31 -06:00
By default, filter out online_wiggle in test-gnc-quotes
The test relies on a lot of external dependencies - installed finance-quote-wrapper - alpha vantage key - network - working remote server Running ./bin/test-gnc-quotes from the command line will still include online_wiggle
This commit is contained in:
parent
9b95419608
commit
b3e3eb3166
@ -48,7 +48,8 @@ set(test_gnc_quotes_LIBS
|
||||
${Boost_PROPERTY_TREE_LIBRARY}
|
||||
${Boost_SYSTEM_LIBRARY}
|
||||
)
|
||||
gnc_add_test(test-gnc-quotes "${test_gnc_quotes_SOURCES}" test_gnc_quotes_INCLUDES test_gnc_quotes_LIBS)
|
||||
gnc_add_test(test-gnc-quotes "${test_gnc_quotes_SOURCES}" test_gnc_quotes_INCLUDES test_gnc_quotes_LIBS
|
||||
"GTEST_FILTER=-GncQuotesTest.online_wiggle")
|
||||
|
||||
set(GUILE_DEPENDS
|
||||
scm-test-engine
|
||||
|
Loading…
Reference in New Issue
Block a user