Skip to content
Snippets Groups Projects
Commit cf8461a1 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

adapted different CMakeLists.txt files to include new tests

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5272 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent e23e666f
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ add_test(test_richards test/boxmodels/richards/test_richards test/boxmodels/rich
add_test(test_propertysystem test/common/propertysystem/test_propertysystem)
add_test(test_spline test/common/spline/test_spline)
add_test(test_diffusion test/decoupled/1p/test_diffusion 1)
add_test(test_dec1p test/decoupled/1p/test_1p 3)
add_test(test_dec1p test/decoupled/1p/test_dec1p 3)
add_test(test_transport test/decoupled/2p/test_transport test/decoupled/2p/grids/test_transport.dgf 1)
add_test(test_impes test/decoupled/2p/test_impes 1)
add_test(test_dec2p2c test/decoupled/2p2c/test_dec2p2c)
......
......@@ -4,8 +4,8 @@ add_definitions(-DYASPGRID -DGRIDDIM=2 -DENABLE_UG)
ADD_EXECUTABLE("test_diffusion" test_diffusion.cc)
TARGET_LINK_LIBRARIES("test_diffusion" ${DumuxLinkLibraries})
ADD_EXECUTABLE("test_1p" test_1p.cc)
TARGET_LINK_LIBRARIES("test_1p" ${DumuxLinkLibraries})
ADD_EXECUTABLE("test_dec1p" test_1p.cc)
TARGET_LINK_LIBRARIES("test_dec1p" ${DumuxLinkLibraries})
# add required libraries and includes to the build flags
LINK_DIRECTORIES(${DumuxLinkDirectories})
......
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