Skip to content

Commit 75f2fde

Browse files
committed
tests makefile update
1 parent 776da20 commit 75f2fde

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ set(CATCH_INCLUDE_DIR ${JSONCONS_THIRD_PARTY_INCLUDE_DIR}/catch)
7575
add_library(Catch INTERFACE)
7676
target_include_directories (Catch INTERFACE ${CATCH_INCLUDE_DIR})
7777

78-
#file(GLOB_RECURSE JSONCONS_TESTS_SOURCES ${JSONCONS_TESTS_SOURCE_DIR}/*.cpp)
78+
file(GLOB_RECURSE JSONCONS_TESTS_SOURCES ${JSONCONS_TESTS_SOURCE_DIR}/*.cpp)
7979

80-
set(JSONCONS_TESTS_SOURCES
81-
${JSONCONS_TESTS_SOURCE_DIR}/tests_main.cpp
82-
${JSONCONS_TESTS_SOURCE_DIR}/json_type_traits_tests.cpp
83-
)
80+
#set(JSONCONS_TESTS_SOURCES
81+
# ${JSONCONS_TESTS_SOURCE_DIR}/tests_main.cpp
82+
# ${JSONCONS_TESTS_SOURCE_DIR}/json_type_traits_tests.cpp
83+
# )
8484
set(JSONCONS_TARGET test_jsoncons)
8585
add_executable(${JSONCONS_TARGET} EXCLUDE_FROM_ALL ${JSONCONS_TESTS_SOURCES} ${JSONCONS_HEADERS})
8686

0 commit comments

Comments
 (0)