Peano
Loading...
Searching...
No Matches
UnitTests.cpp
Go to the documentation of this file.
1// This file is part of the ExaHyPE2 project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#include "UnitTests.h"
4
5#include "config.h"
7
17
20
21 // result->addTestCase( new exahype2::dg::tests::CellIntegralTest() );
22 // result->addTestCase( new exahype2::dg::tests::DGUtilsTest() );
23 // result->addTestCase( new exahype2::dg::tests::RiemannTest() );
24 // result->addTestCase( new exahype2::dg::rusanov::tests::RiemannTest() );
26 //result->addTestCase(new exahype2::fd::tests::CCZ4KernelTest());
27 // result->addTestCase(new exahype2::fv::tests::InterpolationRestrictionTest());
30 // result->addTestCase( new exahype2::aderdg::tests::ADERDGTest() );
31
32 return result;
33}
Represents one test case.
Definition TestCase.h:57
void addTestCase(const std::string &fullQualifiedPath, TestCase *testCase)
Adds a new test case.
tarch::tests::TestCase * getUnitTests()
Please destroy after usage.
Definition UnitTests.cpp:18