Skip to content

Commit

Permalink
Revert accidentally enabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed May 20, 2023
1 parent 28fc6b5 commit 92fab27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${SOURCES} ${HEADERS})
add_executable(${PROJECT_NAME} ${SOURCES} ${HEADERS})

option(ENABLE_TEST "Enable tests")
#if(ENABLE_TEST)
if(ENABLE_TEST)
set(TEST_SOURCES ${SOURCES}
test/catch.cpp
test/test-main.cpp
Expand All @@ -96,7 +96,7 @@ option(ENABLE_TEST "Enable tests")
set(CMAKE_CXX_STANDARD 20)
add_executable(spright-tests ${TEST_SOURCES})
add_compile_definitions(EMBED_TEST_FILES)
#endif()
endif()

# install
set(DOC_FILES LICENSE README.md CHANGELOG.md THIRD-PARTY.md)
Expand Down

0 comments on commit 92fab27

Please sign in to comment.