Skip to content

Commit

Permalink
Use correct path in test execution in the CMake recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Sep 20, 2024
1 parent f15839f commit 649725d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ foreach(N RANGE ${N_TESTS})

add_test(
NAME ${FANS_TEST_CASE}
COMMAND mpiexec -n ${FANS_N_MPI_PROCESSES} ${FANS_EXECUTABLE} input_files/test_${FANS_TEST_CASE}.json ${FANS_TEST_OUTPUT_DIR}/test_${FANS_TEST_CASE}.h5
COMMAND mpiexec -n ${FANS_N_MPI_PROCESSES} ${FANS_EXECUTABLE} ../test/input_files/test_${FANS_TEST_CASE}.json ${FANS_TEST_OUTPUT_DIR}/test_${FANS_TEST_CASE}.h5
WORKING_DIRECTORY ${FANS_TEST_INPUT_DIR}
)
endforeach()

0 comments on commit 649725d

Please sign in to comment.