Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Relabel `pyEXPCoefCreateTest` to `long` (again)
  • Loading branch information
The9Cat authored Oct 14, 2024
1 parent 0343410 commit 0fda70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if(ENABLE_NBODY)
PYTHONPATH=${CMAKE_BINARY_DIR}/pyEXP:$ENV{PYTHONPATH}
${PYTHON_EXECUTABLE} createCoefs.py
WORKING_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/Halo")
set_tests_properties(pyEXPCoefCreateTest PROPERTIES LABELS "quick")
set_tests_properties(pyEXPCoefCreateTest PROPERTIES LABELS "long")
endif()

# A separate test to remove the generated files if they all exist;
Expand Down

0 comments on commit 0fda70e

Please sign in to comment.