gputests: missing device is a test failure

This commit is contained in:
Arne Morten Kvarving
2023-05-09 12:27:41 +02:00
parent e28196f8af
commit 60079dc065
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -156,6 +156,6 @@ BOOST_AUTO_TEST_CASE(TestRocalutionSolver)
// test rocalution with 3x3 blocks
test3(prm);
} else {
BOOST_WARN_MESSAGE(true, "Problem with initializing a device. skipping test");
BOOST_ERROR("Problem with initializing a device.");
}
}