Skip to content

Commit

Permalink
converting more tests to use new --with-mpiexec option
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 25, 2020
1 parent c7fc47a commit 0f2db9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -442,3 +442,12 @@ configure_file (
"${PROJECT_SOURCE_DIR}/cmake_config.h.in"
"${PROJECT_BINARY_DIR}/config.h"
)

# Configure test scripts.
set(MPIEXEC mpiexec)
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/tests/cunit/run_tests.sh.in
${CMAKE_CURRENT_BINARY_DIR}/tests/cunit/run_tests.sh @ONLY)
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/examples/c/run_tests.sh.in
${CMAKE_CURRENT_BINARY_DIR}/examples/c/run_tests.sh @ONLY)

0 comments on commit 0f2db9d

Please sign in to comment.