From 916c8f512c9560b9af57274a302bf8f2988b1df5 Mon Sep 17 00:00:00 2001 From: Andreas Lauser <and@poware.org> Date: Fri, 24 Feb 2012 17:08:04 +0000 Subject: [PATCH] also distribute the parameter files git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7917 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/boxmodels/1p/Makefile.am | 2 +- test/boxmodels/1p2c/Makefile.am | 2 +- test/boxmodels/2p/Makefile.am | 2 +- test/boxmodels/2p2c/Makefile.am | 2 +- test/boxmodels/2p2cni/Makefile.am | 2 +- test/boxmodels/2pni/Makefile.am | 2 +- test/boxmodels/3p3c/Makefile.am | 2 +- test/boxmodels/3p3cni/Makefile.am | 2 +- test/boxmodels/mpnc/Makefile.am | 2 +- test/boxmodels/richards/Makefile.am | 2 +- test/decoupled/1p/Makefile.am | 2 +- test/decoupled/2p/Makefile.am | 2 +- test/decoupled/2p2c/Makefile.am | 2 +- test/decoupled/2padaptive/Makefile.am | 2 +- test/freeflow/stokes/Makefile.am | 2 +- test/freeflow/stokes2c/Makefile.am | 2 +- test/freeflow/stokes2cni/Makefile.am | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/test/boxmodels/1p/Makefile.am b/test/boxmodels/1p/Makefile.am index 8a237a65be..4f7dc1df3f 100644 --- a/test/boxmodels/1p/Makefile.am +++ b/test/boxmodels/1p/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_1p noinst_HEADERS = *.hh -EXTRA_DIST = grids/*.dgf CMakeLists.txt +EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt test_1p_SOURCES = test_1p.cc test_1p_CXXFLAGS = $(DUNEMPICPPFLAGS) diff --git a/test/boxmodels/1p2c/Makefile.am b/test/boxmodels/1p2c/Makefile.am index 05ac04fff7..959559d111 100644 --- a/test/boxmodels/1p2c/Makefile.am +++ b/test/boxmodels/1p2c/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_1p2c noinst_HEADERS = *.hh -EXTRA_DIST = grids/*.dgf CMakeLists.txt +EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt test_1p2c_SOURCES = test_1p2c.cc diff --git a/test/boxmodels/2p/Makefile.am b/test/boxmodels/2p/Makefile.am index 4cb0b34f0f..569d0f449b 100644 --- a/test/boxmodels/2p/Makefile.am +++ b/test/boxmodels/2p/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_2p noinst_HEADERS = *.hh -EXTRA_DIST = CMakeLists.txt +EXTRA_DIST=*.input CMakeLists.txt test_2p_SOURCES = test_2p.cc diff --git a/test/boxmodels/2p2c/Makefile.am b/test/boxmodels/2p2c/Makefile.am index 9d441002d4..3810f13ca3 100644 --- a/test/boxmodels/2p2c/Makefile.am +++ b/test/boxmodels/2p2c/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_2p2c noinst_HEADERS = *.hh -EXTRA_DIST = grids/*.dgf CMakeLists.txt +EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt test_2p2c_SOURCES = test_2p2c.cc diff --git a/test/boxmodels/2p2cni/Makefile.am b/test/boxmodels/2p2cni/Makefile.am index 5b3d1ff7e0..1f33e4651b 100644 --- a/test/boxmodels/2p2cni/Makefile.am +++ b/test/boxmodels/2p2cni/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_2p2cni noinst_HEADERS = *.hh -EXTRA_DIST = grids/*.dgf CMakeLists.txt +EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt test_2p2cni_SOURCES = test_2p2cni.cc diff --git a/test/boxmodels/2pni/Makefile.am b/test/boxmodels/2pni/Makefile.am index 93340de415..afd62a4c2f 100644 --- a/test/boxmodels/2pni/Makefile.am +++ b/test/boxmodels/2pni/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_2pni noinst_HEADERS = *.hh -EXTRA_DIST = grids/*.dgf CMakeLists.txt +EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt test_2pni_SOURCES = test_2pni.cc diff --git a/test/boxmodels/3p3c/Makefile.am b/test/boxmodels/3p3c/Makefile.am index 0377191dff..2b2d3189d7 100644 --- a/test/boxmodels/3p3c/Makefile.am +++ b/test/boxmodels/3p3c/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_3p3c noinst_HEADERS = *.hh -EXTRA_DIST = grids/*.dgf CMakeLists.txt +EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt test_3p3c_SOURCES = test_3p3c.cc diff --git a/test/boxmodels/3p3cni/Makefile.am b/test/boxmodels/3p3cni/Makefile.am index bdf9f1d949..e978ce391b 100644 --- a/test/boxmodels/3p3cni/Makefile.am +++ b/test/boxmodels/3p3cni/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_3p3cni noinst_HEADERS = *.hh -EXTRA_DIST = grids/*.dgf CMakeLists.txt +EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt test_3p3cni_SOURCES = test_3p3cni.cc diff --git a/test/boxmodels/mpnc/Makefile.am b/test/boxmodels/mpnc/Makefile.am index f03fd838df..0a0e02541d 100644 --- a/test/boxmodels/mpnc/Makefile.am +++ b/test/boxmodels/mpnc/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_mpnc noinst_HEADERS = *.hh -EXTRA_DIST=CMakeLists.txt grids/*.dgf +EXTRA_DIST=*.input CMakeLists.txt grids/*.dgf gridsdir=$(datadir)/dumux/grids grids_DATA=grids/*.dgf diff --git a/test/boxmodels/richards/Makefile.am b/test/boxmodels/richards/Makefile.am index d046aff51e..8782996784 100644 --- a/test/boxmodels/richards/Makefile.am +++ b/test/boxmodels/richards/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_richards noinst_HEADERS = *.hh -EXTRA_DIST = grids/*.dgf CMakeLists.txt +EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt test_richards_SOURCES = test_richards.cc diff --git a/test/decoupled/1p/Makefile.am b/test/decoupled/1p/Makefile.am index 61827f8c6e..93cc2dd4a5 100644 --- a/test/decoupled/1p/Makefile.am +++ b/test/decoupled/1p/Makefile.am @@ -2,7 +2,7 @@ check_PROGRAMS = test_diffusion test_1p noinst_HEADERS = *.hh -EXTRA_DIST = CMakeLists.txt +EXTRA_DIST=*.input CMakeLists.txt test_diffusion_SOURCES = test_diffusion.cc diff --git a/test/decoupled/2p/Makefile.am b/test/decoupled/2p/Makefile.am index 75a2ff86db..e554f5c92e 100644 --- a/test/decoupled/2p/Makefile.am +++ b/test/decoupled/2p/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_impes test_transport noinst_HEADERS = *.hh -EXTRA_DIST = grids/*.dgf CMakeLists.txt +EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt test_impes_SOURCES = test_impes.cc diff --git a/test/decoupled/2p2c/Makefile.am b/test/decoupled/2p2c/Makefile.am index 59ddc9bada..aa2b09d2b4 100644 --- a/test/decoupled/2p2c/Makefile.am +++ b/test/decoupled/2p2c/Makefile.am @@ -7,5 +7,5 @@ test_dec2p2c_SOURCES = test_dec2p2c.cc test_multiphysics2p2c_SOURCES = test_multiphysics2p2c.cc -EXTRA_DIST=CMakeLists.txt +EXTRA_DIST=*.input CMakeLists.txt include $(top_srcdir)/am/global-rules diff --git a/test/decoupled/2padaptive/Makefile.am b/test/decoupled/2padaptive/Makefile.am index 378f6cc5eb..db11ba9826 100644 --- a/test/decoupled/2padaptive/Makefile.am +++ b/test/decoupled/2padaptive/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_impesadaptive noinst_HEADERS = *.hh -EXTRA_DIST = grids/*.dgf CMakeLists.txt +EXTRA_DIST=*.input grids/*.dgf CMakeLists.txt test_impesadaptive_SOURCES = test_impesadaptive.cc diff --git a/test/freeflow/stokes/Makefile.am b/test/freeflow/stokes/Makefile.am index c61fb42d1c..ca491cf8de 100644 --- a/test/freeflow/stokes/Makefile.am +++ b/test/freeflow/stokes/Makefile.am @@ -2,6 +2,6 @@ check_PROGRAMS = test_stokes test_stokes_SOURCES = test_stokes.cc -EXTRA_DIST=CMakeLists.txt +EXTRA_DIST=*.input CMakeLists.txt noinst_HEADERS=*.hh include $(top_srcdir)/am/global-rules diff --git a/test/freeflow/stokes2c/Makefile.am b/test/freeflow/stokes2c/Makefile.am index 3c6ffc0a96..f789449f91 100644 --- a/test/freeflow/stokes2c/Makefile.am +++ b/test/freeflow/stokes2c/Makefile.am @@ -2,6 +2,6 @@ check_PROGRAMS = test_stokes2c test_stokes2c_SOURCES = test_stokes2c.cc -EXTRA_DIST=CMakeLists.txt +EXTRA_DIST=*.input CMakeLists.txt noinst_HEADERS=*.hh include $(top_srcdir)/am/global-rules diff --git a/test/freeflow/stokes2cni/Makefile.am b/test/freeflow/stokes2cni/Makefile.am index 498bbc18e4..f680e35564 100644 --- a/test/freeflow/stokes2cni/Makefile.am +++ b/test/freeflow/stokes2cni/Makefile.am @@ -2,6 +2,6 @@ check_PROGRAMS = test_stokes2cni test_stokes2cni_SOURCES = test_stokes2cni.cc -EXTRA_DIST=CMakeLists.txt +EXTRA_DIST=*.input CMakeLists.txt noinst_HEADERS=*.hh include $(top_srcdir)/am/global-rules -- GitLab