skip run test with fix when fix is not available

This commit is contained in:
Axel Kohlmeyer
2021-07-28 12:11:54 -04:00
parent 74a27c102e
commit 600471d07f

View File

@ -143,6 +143,8 @@ TEST_F(DumpCustomTest, compute_run0)
TEST_F(DumpCustomTest, fix_run0) TEST_F(DumpCustomTest, fix_run0)
{ {
if (!info->has_style("fix", "numdiff")) GTEST_SKIP();
BEGIN_HIDE_OUTPUT(); BEGIN_HIDE_OUTPUT();
command("fix numdiff all numdiff 1 0.0001"); command("fix numdiff all numdiff 1 0.0001");
END_HIDE_OUTPUT(); END_HIDE_OUTPUT();