From bcdf138c91ff41b06ee26133d1e8aa4b2db4fa97 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Tue, 21 Jul 2015 15:58:29 +0000 Subject: [PATCH] [fix] Remove unknown cmake macro. It is not needed here since the parameterfiles are given with the source path. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15133 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/freeflow/stokes2c/CMakeLists.txt | 2 -- test/freeflow/stokes2cni/CMakeLists.txt | 2 -- test/multidomain/2cnistokes2p2cni/CMakeLists.txt | 2 -- 3 files changed, 6 deletions(-) diff --git a/test/freeflow/stokes2c/CMakeLists.txt b/test/freeflow/stokes2c/CMakeLists.txt index 705b3c3cb9..2966e4d9f8 100644 --- a/test/freeflow/stokes2c/CMakeLists.txt +++ b/test/freeflow/stokes2c/CMakeLists.txt @@ -1,5 +1,3 @@ -add_input_file_links() - add_dumux_test(test_stokes2c test_stokes2c test_stokes2c.cc python ${CMAKE_SOURCE_DIR}/bin/runtest.py --script fuzzy diff --git a/test/freeflow/stokes2cni/CMakeLists.txt b/test/freeflow/stokes2cni/CMakeLists.txt index 50f6406aeb..72f7ad8eba 100644 --- a/test/freeflow/stokes2cni/CMakeLists.txt +++ b/test/freeflow/stokes2cni/CMakeLists.txt @@ -1,5 +1,3 @@ -add_input_file_links() - add_dumux_test(test_stokes2cni test_stokes2cni test_stokes2cni.cc python ${CMAKE_SOURCE_DIR}/bin/runtest.py --script fuzzy diff --git a/test/multidomain/2cnistokes2p2cni/CMakeLists.txt b/test/multidomain/2cnistokes2p2cni/CMakeLists.txt index 8a2b4c4efb..22d1ff6792 100644 --- a/test/multidomain/2cnistokes2p2cni/CMakeLists.txt +++ b/test/multidomain/2cnistokes2p2cni/CMakeLists.txt @@ -1,5 +1,3 @@ -add_input_file_links() - add_dumux_test(test_2cnistokes2p2cni test_2cnistokes2p2cni test_2cnistokes2p2cni.cc python ${CMAKE_SOURCE_DIR}/bin/runtest.py --script fuzzy -- GitLab