diff --git a/test/common/boundingboxtree/CMakeLists.txt b/test/common/boundingboxtree/CMakeLists.txt index d42573b7c49176771aaab8b929569412b90197b2..3ccdfee92187563e26f2e00851fe5d231ebf9205 100644 --- a/test/common/boundingboxtree/CMakeLists.txt +++ b/test/common/boundingboxtree/CMakeLists.txt @@ -1,6 +1,5 @@ # build the tests for the bounding box tree -add_dumux_test(test_bboxtree test_bboxtree test_bboxtree.cc - ${CMAKE_CURRENT_BINARY_DIR}/test_bboxtree) +dune_add_test(SOURCES test_bboxtree.cc) # symlink the input file in the build directory dune_symlink_to_source_files(FILES "network1d.msh") @@ -8,5 +7,4 @@ dune_symlink_to_source_files(FILES "network1d.msh") #install sources install(FILES test_bboxtree.cc -test_bboxtree.input -DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/test/common/boundingboxtree) \ No newline at end of file +DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/test/common/boundingboxtree) diff --git a/test/common/parameters/CMakeLists.txt b/test/common/parameters/CMakeLists.txt index 45293e09ce14f2e7903a38ea26e52d09ce240d3b..4262657f96117eee35cee2c978f4f0934ab68d02 100644 --- a/test/common/parameters/CMakeLists.txt +++ b/test/common/parameters/CMakeLists.txt @@ -1,2 +1,8 @@ dune_add_test(SOURCES test_loggingparametertree.cc) dune_symlink_to_source_files(FILES "params.input") + +#install sources +install(FILES +test_loggingparametertree.cc +params.input +DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/test/common/parameters) diff --git a/test/common/propertysystem/CMakeLists.txt b/test/common/propertysystem/CMakeLists.txt index 4cd0c7464c5d1487022e78e6f009d9969b8cc225..a5eeb1c9721bc4ab386292027deb184a2fac0bc8 100644 --- a/test/common/propertysystem/CMakeLists.txt +++ b/test/common/propertysystem/CMakeLists.txt @@ -1,6 +1,5 @@ # build the test for the property system -add_dumux_test(test_propertysystem test_propertysystem test_propertysystem.cc - ${CMAKE_CURRENT_BINARY_DIR}/test_propertysystem) +dune_add_test(SOURCES test_propertysystem.cc) #install sources install(FILES diff --git a/test/common/spline/CMakeLists.txt b/test/common/spline/CMakeLists.txt index 2468194a30f4cf632ab0602cd848f6e7fc49c438..6044398e603f77e5a5bffc4f34aff92234bafd52 100644 --- a/test/common/spline/CMakeLists.txt +++ b/test/common/spline/CMakeLists.txt @@ -1,5 +1,4 @@ -add_dumux_test(test_spline test_spline test_spline.cc - ${CMAKE_CURRENT_BINARY_DIR}/test_spline) +dune_add_test(SOURCES test_spline.cc) #install sources install(FILES