must not test for bonded interactions without MOLECULE package
This commit is contained in:
@ -209,6 +209,7 @@ TEST_F(MoleculeFileTest, twofiles)
|
||||
|
||||
TEST_F(MoleculeFileTest, bonds)
|
||||
{
|
||||
if (!LAMMPS::is_installed_pkg("MOLECULE")) GTEST_SKIP();
|
||||
BEGIN_CAPTURE_OUTPUT();
|
||||
command("atom_style bond");
|
||||
command("region box block 0 1 0 1 0 1");
|
||||
|
||||
Reference in New Issue
Block a user