Skip to content

Commit

Permalink
Fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
swatanabe committed Aug 29, 2023
1 parent 76c3192 commit 55ed56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/psinode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ if(Python_Interpreter_FOUND)
NAME psinode_test_routing
COMMAND ${Python_EXECUTABLE} test_routing.py --psinode=$<TARGET_FILE:psinode>
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tests)
set_tests_properties(test_routing PROPERTIES PROCESSORS 7)
set_tests_properties(psinode_test_routing PROPERTIES PROCESSORS 7)
add_test(
NAME psinode_test_crash
COMMAND ${Python_EXECUTABLE} test_crash.py --psinode=$<TARGET_FILE:psinode>
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tests)
set_tests_properties(test_routing PROPERTIES PROCESSORS 4)
set_tests_properties(psinode_test_crash PROPERTIES PROCESSORS 4)
endif()

include(GNUInstallDirs)
Expand Down

0 comments on commit 55ed56f

Please sign in to comment.