Commit Inicial
This commit is contained in:
10
tests/CMakeLists.txt
Normal file
10
tests/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
if(ENABLE_TESTING)
|
||||
include_directories(
|
||||
${ArffFiles_SOURCE_DIR}
|
||||
${CMAKE_BINARY_DIR}/configured_files/include
|
||||
)
|
||||
set(TEST_ARFFILES "unit_tests_arffFiles")
|
||||
add_executable(${TEST_ARFFILES} TestArffFiles.cc)
|
||||
target_link_libraries(${TEST_ARFFILES} PUBLIC Catch2::Catch2WithMain)
|
||||
add_test(NAME ${TEST_ARFFILES} COMMAND ${TEST_ARFFILES})
|
||||
endif(ENABLE_TESTING)
|
Reference in New Issue
Block a user