From 188a8b19846330e19fc44b1a4d6158975e934c6c Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Fri, 16 Dec 2011 15:55:39 +0000
Subject: [PATCH] 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
---
 CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8211f6489d..60144b60cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
-- 
GitLab