Skip to content

Commit

Permalink
tests makefile update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Jul 11, 2020
1 parent 776da20 commit 75f2fde
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ set(CATCH_INCLUDE_DIR ${JSONCONS_THIRD_PARTY_INCLUDE_DIR}/catch)
add_library(Catch INTERFACE)
target_include_directories (Catch INTERFACE ${CATCH_INCLUDE_DIR})

#file(GLOB_RECURSE JSONCONS_TESTS_SOURCES ${JSONCONS_TESTS_SOURCE_DIR}/*.cpp)
file(GLOB_RECURSE JSONCONS_TESTS_SOURCES ${JSONCONS_TESTS_SOURCE_DIR}/*.cpp)

set(JSONCONS_TESTS_SOURCES
${JSONCONS_TESTS_SOURCE_DIR}/tests_main.cpp
${JSONCONS_TESTS_SOURCE_DIR}/json_type_traits_tests.cpp
)
#set(JSONCONS_TESTS_SOURCES
# ${JSONCONS_TESTS_SOURCE_DIR}/tests_main.cpp
# ${JSONCONS_TESTS_SOURCE_DIR}/json_type_traits_tests.cpp
# )
set(JSONCONS_TARGET test_jsoncons)
add_executable(${JSONCONS_TARGET} EXCLUDE_FROM_ALL ${JSONCONS_TESTS_SOURCES} ${JSONCONS_HEADERS})

Expand Down

0 comments on commit 75f2fde

Please sign in to comment.