Skip to content

Commit

Permalink
Merge pull request #4143 from STEllAR-GROUP/msimberg-patch-2
Browse files Browse the repository at this point in the history
Exclude test_client_1950 from all target
  • Loading branch information
msimberg committed Oct 18, 2019
2 parents 5bfbe83 + f7e68b3 commit 6bd3927
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 6bd3927

Please sign in to comment.