skip gather_bonds test when atom style full is no available

This commit is contained in:
Axel Kohlmeyer
2022-12-11 17:50:47 -05:00
parent 33bee575b4
commit 0984b11cb4

View File

@ -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);