Skip to content

Commit

Permalink
Use documentation cmake script, since its identical
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller committed Feb 16, 2024
1 parent 9ab4cd5 commit 2c2ec4c
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 @@ -262,7 +262,7 @@ foreach(test_source ${COOKBOOK_TEST_SOURCES})
-D TEST_NAME=${test_name}
-D TEST_PROGRAM=${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/gwb-grid${CMAKE_EXECUTABLE_SUFFIX}
-D TEST_ARGS=${TEST_ARGUMENTS}
-P ${CMAKE_SOURCE_DIR}/tests/cookbooks/run_cookbook_tests.cmake
-P ${CMAKE_SOURCE_DIR}/tests/documentation/run_documentation_tests.cmake
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/cookbooks/)
endforeach(test_source)

Expand Down

0 comments on commit 2c2ec4c

Please sign in to comment.