Skip to content
Snippets Groups Projects
Commit 188a8b19 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

copy the test script to the CMake binary folder

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7139 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 23d99ffe
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,10 @@ add_subdirectory("test")
add_subdirectory("tutorial")
##############
# copy the testing script
make_directory(util)
file(COPY util/runTest.sh DESTINATION util/runTest.sh)
# set up CTest
ENABLE_TESTING()
INCLUDE(CTest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment