Skip to content

Commit

Permalink
add option for skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren committed Jan 29, 2017
1 parent 7b45eed commit 005a26a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ else(WIN32)
message(FATAL_ERROR "Unsupported operation system")
endif(WIN32)

if(NOT BUILD_NO_TESTS)
enable_testing()

if(COVERAGE)
Expand Down Expand Up @@ -132,3 +133,5 @@ add_test(
NAME lua_debugger_test
COMMAND $<TARGET_FILE:lua_debugger_test>
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/test)

endif(NOT BUILD_NO_TESTS)

0 comments on commit 005a26a

Please sign in to comment.