Skip to content
Snippets Groups Projects
Commit e5b50970 authored by Andreas Lauser's avatar Andreas Lauser
Browse files

also distribute the reference solutions

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7919 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 24868fe3
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 18 deletions
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)
......
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
......
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
......
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
......
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
......
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
......
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
......
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
......
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
......
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
......
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
......
......@@ -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
......
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
......
......@@ -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
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
......
......@@ -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
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment