Skip to content
Snippets Groups Projects
Commit 65dbd3eb authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing test with EIGEN when not detected

parent e7b70584
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@
BOOST_AUTO_TEST_SUITE( vector_test_suite )
#ifdef HAVE_EIGEN
BOOST_AUTO_TEST_CASE(vector_eigen_parallel)
{
Vcluster<> & vcl = create_vcluster();
......@@ -134,6 +136,8 @@ BOOST_AUTO_TEST_CASE(vector_eigen_parallel)
}
}
#endif
#ifdef HAVE_PETSC
BOOST_AUTO_TEST_CASE(vector_petsc_parallel)
......
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