need to skip tests if MOLECULE package is missing
This commit is contained in:
@ -107,6 +107,7 @@ TEST_F(SetTest, NoBoxNoAtoms)
|
|||||||
|
|
||||||
TEST_F(SetTest, StylesTypes)
|
TEST_F(SetTest, StylesTypes)
|
||||||
{
|
{
|
||||||
|
if (!Info::has_package("MOLECULE")) GTEST_SKIP();
|
||||||
atomic_system("molecular");
|
atomic_system("molecular");
|
||||||
ASSERT_EQ(atom->natoms, 8);
|
ASSERT_EQ(atom->natoms, 8);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user