Feature/conceptcheck
Compare changes
Files
4- Carsten Gräser authored
This also adds two test utilities from dune-functions that are both used in this test. * TestSuite: A helper class to organize checks in tests in a unified way and more readable way. * CollectorStream: A simple stream that allows to collect data and forward it to its creator using a callback. Used by testsuite.hh Since can also be used for tests in other modules they are installed in dune/common/test. However, CollectorStream is not strictly related to tests and may also be moved directly to dune/common/.
+ 9
− 0
@@ -25,6 +25,9 @@ dune_add_test(NAME check_fvector_size_fail2
@@ -149,3 +152,9 @@ if(${LAPACK_FOUND})