Skip to content
Snippets Groups Projects
Commit b602c3de authored by Timo Koch's avatar Timo Koch
Browse files

[test][common] Use dune_add_test

parent 200a8516
1 merge request!617[WIP] Next
# 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)
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)
# 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
......
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
......
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