Skip to content
Snippets Groups Projects
Commit d13609d8 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[decoupled] test_mpfa2p returns 77 when ALUGrid not found.

This indicates skipped tests.
(reviewed and approved by becker)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14495 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 10db2c5e
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ int main(int argc, char** argv) ...@@ -158,7 +158,7 @@ int main(int argc, char** argv)
int main() int main()
{ {
std::cerr << "You need to have ALUGrid installed to run this test\n"; std::cerr << "You need to have ALUGrid installed to run this test\n";
return 1; return 77;
} }
#endif #endif
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