Skip to content

Commit

Permalink
Merge pull request #3052 from STEllAR-GROUP/fixing_2092
Browse files Browse the repository at this point in the history
Do not bind test running to cmake test build rule
  • Loading branch information
biddisco committed Dec 6, 2017
2 parents a0d73d2 + 121753b commit e110cfa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
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 e110cfa

Please sign in to comment.