Skip to content
Snippets Groups Projects
Commit f810e39a authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[T] re-enabled PETSc unit tests

parent a68a8639
No related branches found
No related tags found
No related merge requests found
......@@ -299,21 +299,13 @@ public:
TYPED_TEST_CASE(NumLibODEIntTyped, TestCases);
#ifndef USE_PETSC
TYPED_TEST(NumLibODEIntTyped, T1)
#else
TYPED_TEST(NumLibODEIntTyped, DISABLED_T1)
#endif
{
TestFixture::test();
}
#ifndef USE_PETSC
TEST(NumLibODEInt, ODE3)
#else
TEST(NumLibODEInt, DISABLED_ODE3)
#endif
{
const char* name = "dummy";
{
......
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