Skip to content

Commit

Permalink
Rename test and update test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisspyB committed Oct 14, 2024
1 parent 1b2d6b2 commit 613f22c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ if(HAVE_PYTHON_API_TESTS)
)

add_test(
NAME run_pytests
COMMAND ${CMAKE_BINARY_DIR}/run_pytest.sh -vv -s
--basetemp=${CMAKE_BINARY_DIR}/pytest-out
NAME pygribjump_pytests
COMMAND ${CMAKE_CURRENT_BINARY_DIR}/run_pytest.sh -vv -s
--basetemp=${CMAKE_CURRENT_BINARY_DIR}/pytest-out
)

endif()
Expand Down

0 comments on commit 613f22c

Please sign in to comment.