mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 02:40:43 -06:00
Disable text-tx-import.cpp
There are no tests in this file yet
This commit is contained in:
parent
5c87344dbd
commit
33b1a19eb2
@ -24,10 +24,11 @@ if (NOT WIN32)
|
||||
gtest_csv_imp_INCLUDES gtest_csv_imp_LIBS
|
||||
SRCDIR=${CMAKE_SOURCE_DIR}/gnucash/import-export/csv-imp/test)
|
||||
|
||||
set(test_tx_import_SOURCES
|
||||
test-tx-import.cpp)
|
||||
gnc_add_test(test-tx_import "${test_tx_import_SOURCES}"
|
||||
gtest_csv_imp_INCLUDES gtest_csv_imp_LIBS)
|
||||
# Disable for now - there are no tests added yet to this source file
|
||||
#set(test_tx_import_SOURCES
|
||||
# test-tx-import.cpp)
|
||||
#gnc_add_test(test-tx_import "${test_tx_import_SOURCES}"
|
||||
# gtest_csv_imp_INCLUDES gtest_csv_imp_LIBS)
|
||||
endif()
|
||||
|
||||
set_dist_list(test_csv_import_DIST CMakeLists.txt
|
||||
|
Loading…
Reference in New Issue
Block a user