Merge pull request #5710 from akva2/fix_test_suite_name

fixed: test-suites needs a name
This commit is contained in:
Bård Skaflestad
2024-11-05 13:37:22 +01:00
committed by GitHub

View File

@@ -57,7 +57,7 @@
#include <dune/common/parallel/mpihelper.hh>
#endif
BOOST_AUTO_TEST_SUITE ()
BOOST_AUTO_TEST_SUITE (RelPermDiagnostics)
BOOST_AUTO_TEST_CASE(diagnosis)
{