skip gather_bonds test when atom style full is no available
This commit is contained in:
@ -214,6 +214,7 @@ TEST_F(LAMMPS_gather_scatter, scatter_atoms_subset_mask)
|
||||
|
||||
TEST_F(LAMMPS_gather_scatter, gather_bonds)
|
||||
{
|
||||
if (!lammps_has_style(lmp, "atom", "full")) GTEST_SKIP();
|
||||
f_lammps_setup_gather_bonds();
|
||||
#ifdef LAMMPS_BIGBIG
|
||||
EXPECT_EQ(f_lammps_test_gather_bonds_big(), 1);
|
||||
|
||||
Reference in New Issue
Block a user