From e5b50970f96fddfe68bafb858d494f3a1576aaf7 Mon Sep 17 00:00:00 2001 From: Andreas Lauser <and@poware.org> Date: Fri, 24 Feb 2012 17:25:15 +0000 Subject: [PATCH] also distribute the reference solutions git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7919 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/common/generalproblem/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 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/test/boxmodels/1p/Makefile.am b/test/boxmodels/1p/Makefile.am index 4f7dc1df3f..37b54a153e 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=*.input grids/*.dgf CMakeLists.txt +EXTRA_DIST=*reference.vtu *.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 959559d111..c8d0376f87 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=*.input grids/*.dgf CMakeLists.txt +EXTRA_DIST=*reference.vtu *.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 569d0f449b..02ffb86dc8 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=*.input CMakeLists.txt +EXTRA_DIST=*reference.vtu *.input CMakeLists.txt test_2p_SOURCES = test_2p.cc diff --git a/test/boxmodels/2p2c/Makefile.am b/test/boxmodels/2p2c/Makefile.am index 3810f13ca3..5acdf0abf9 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=*.input grids/*.dgf CMakeLists.txt +EXTRA_DIST=*reference.vtu *.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 1f33e4651b..dc1f1914f8 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=*.input grids/*.dgf CMakeLists.txt +EXTRA_DIST=*reference.vtu *.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 afd62a4c2f..11103a5c67 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=*.input grids/*.dgf CMakeLists.txt +EXTRA_DIST=*reference.vtu *.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 2b2d3189d7..8d4fe42cbc 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=*.input grids/*.dgf CMakeLists.txt +EXTRA_DIST=*reference.vtu *.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 e978ce391b..f1eaf98125 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=*.input grids/*.dgf CMakeLists.txt +EXTRA_DIST=*reference.vtu *.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 0a0e02541d..f8e1be5f20 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=*.input CMakeLists.txt grids/*.dgf +EXTRA_DIST=*reference.vtu *.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 8782996784..9001a4ba72 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=*.input grids/*.dgf CMakeLists.txt +EXTRA_DIST=*reference.vtu *.input grids/*.dgf CMakeLists.txt test_richards_SOURCES = test_richards.cc diff --git a/test/common/generalproblem/Makefile.am b/test/common/generalproblem/Makefile.am index 9f5220ae4f..5472003d08 100644 --- a/test/common/generalproblem/Makefile.am +++ b/test/common/generalproblem/Makefile.am @@ -1,7 +1,7 @@ check_PROGRAMS = test_generalproblem_2p noinst_HEADERS = *.hh -EXTRA_DIST = CMakeLists.txt +EXTRA_DIST=*reference.vtu CMakeLists.txt test_generalproblem_2p_SOURCES = test_generalproblem_2p.cc diff --git a/test/decoupled/1p/Makefile.am b/test/decoupled/1p/Makefile.am index 93cc2dd4a5..bf0b1dda4d 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=*.input CMakeLists.txt +EXTRA_DIST=*reference.vtu *.input CMakeLists.txt test_diffusion_SOURCES = test_diffusion.cc diff --git a/test/decoupled/2p/Makefile.am b/test/decoupled/2p/Makefile.am index e554f5c92e..f1ea957ebc 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=*.input grids/*.dgf CMakeLists.txt +EXTRA_DIST=*reference.vtu *.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 aa2b09d2b4..24ef9a813d 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=*.input CMakeLists.txt +EXTRA_DIST=*reference.vtu *.input CMakeLists.txt include $(top_srcdir)/am/global-rules diff --git a/test/decoupled/2padaptive/Makefile.am b/test/decoupled/2padaptive/Makefile.am index db11ba9826..274a9e2ed6 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=*.input grids/*.dgf CMakeLists.txt +EXTRA_DIST=*reference.vtu *.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 ca491cf8de..481915901e 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=*.input CMakeLists.txt +EXTRA_DIST=*reference.vtu *.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 f789449f91..0a9401ed58 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=*.input CMakeLists.txt +EXTRA_DIST=*reference.vtu *.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 f680e35564..6e364350c5 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=*.input CMakeLists.txt +EXTRA_DIST=*reference.vtu *.input CMakeLists.txt noinst_HEADERS=*.hh include $(top_srcdir)/am/global-rules -- GitLab