skip run test with fix when fix is not available
This commit is contained in:
@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user