Skip to content

Commit

Permalink
Removed non-working auto-execution of unittests from cmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Henning Hasemann committed Aug 25, 2011
1 parent 32f6872 commit 83cd746
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ target_link_libraries(run_unittests ${LIBS})

execute_process(COMMAND run_unittests)

enable_testing()
add_test(
NAME unittests
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
COMMAND run_unittests
)
#enable_testing()
#add_test(
# NAME unittests
# WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
# COMMAND run_unittests
#)

0 comments on commit 83cd746

Please sign in to comment.