Skip to content

Commit

Permalink
Do not bind test running to cmake test build rule
Browse files Browse the repository at this point in the history
  • Loading branch information
biddisco committed Dec 6, 2017
1 parent a0d73d2 commit 121753b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Expand Up @@ -1754,11 +1754,6 @@ if(HPX_WITH_TESTS)
enable_testing()
include(CTest)

if(NOT MSVC)
add_custom_command(TARGET tests POST_BUILD
COMMAND ctest --output-on-failure --timeout 100)
endif()

include_directories(tests)
add_subdirectory(tests)
endif()
Expand Down

0 comments on commit 121753b

Please sign in to comment.