Unverified Commit 2438f38a authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

skip test if atom style is missing

parent 96a5585d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ TEST_F(LAMMPS_properties, natoms)

TEST_F(LAMMPS_properties, thermo)
{
    if (!lammps_has_style(lmp,"atom","full")) GTEST_SKIP();
    std::string input = INPUT_DIR + PATH_SEP + "in.fourmol";
    if (!verbose) ::testing::internal::CaptureStdout();
    lammps_file(lmp, input.c_str());