Skip to content

Commit

Permalink
update to add test flag
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Aug 9, 2024
1 parent 877b29c commit 6fa4ef1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ MESSAGE(STATUS "Build hwave_dry.out - ${HWAVE}")
add_subdirectory(src)
install(DIRECTORY samples DESTINATION share/stdface)

enable_testing()
add_subdirectory(test)

option(TestStdFace "Enable testing" ON)
if (TestStdFace)
enable_testing()
add_subdirectory(test)
endif()

0 comments on commit 6fa4ef1

Please sign in to comment.