Skip to content

Commit

Permalink
Exclude test_client_1950 from all target
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Oct 17, 2019
1 parent 1db0e52 commit f7e68b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regressions/build/CMakeLists.txt
Expand Up @@ -17,7 +17,7 @@ if(NOT HPX_WITH_STATIC_LINKING)
set_target_properties(test_server_1950
PROPERTIES FOLDER "Tests/Regressions/Build/")

add_executable(test_client_1950_test client_1950.cpp)
add_executable(test_client_1950_test EXCLUDE_FROM_ALL client_1950.cpp)
target_link_libraries(test_client_1950_test PRIVATE ${_libraries} test_server_1950)

# Keep the same semantics *_test as the other tests
Expand Down

0 comments on commit f7e68b3

Please sign in to comment.