From 5206ba94198b020f414a3c850f520a15bdfefc1f Mon Sep 17 00:00:00 2001 From: Markus Wolff <markus.wolff@twt-gmbh.de> Date: Wed, 22 Aug 2012 11:07:53 +0000 Subject: [PATCH] added input file of generalproblem test to cmake lists git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8947 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 598da38931..dd4d858737 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -409,6 +409,7 @@ file(COPY test/decoupled/2p2c/test_dec2p2c.input DESTINATION test/decoupled/2p2c file(COPY test/decoupled/2p2c/test_multiphysics2p2c-reference.vtu DESTINATION references) file(COPY test/common/generalproblem/generallens_box-reference.vtu DESTINATION references) file(COPY test/common/generalproblem/generallens_decoupled-reference.vtu DESTINATION references) +file(COPY test/common/generalproblem/test_generalproblem2p.input DESTINATION test/common/generalproblem) file(COPY tutorial/tutorial_coupled.input DESTINATION tutorial) file(COPY tutorial/tutorial_decoupled.input DESTINATION tutorial) if(SUPERLU_FOUND) -- GitLab