Disable text-tx-import.cpp

There are no tests in this file yet
This commit is contained in:
Geert Janssens 2019-08-20 18:30:31 +02:00
parent 5c87344dbd
commit 33b1a19eb2

View File

@ -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