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

[io][test] Use dune_add_test

parent 300a5162
No related branches found
No related tags found
1 merge request!617[WIP] Next
add_dumux_test(test_container_io test_container_io test_container_io.cc
${CMAKE_CURRENT_BINARY_DIR}/test_container_io)
dune_add_test(SOURCES test_container_io.cc)
#install sources
install(FILES
......
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/output")
add_dumux_test(test_gnuplotinterface test_gnuplotinterface test_gnuplotinterface.cc
${CMAKE_CURRENT_BINARY_DIR}/test_gnuplotinterface)
dune_add_test(SOURCES test_gnuplotinterface.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