test for exceptions add example
This commit is contained in:
@ -118,6 +118,11 @@ TEST_F(LibraryConfig, style_name)
|
||||
EXPECT_THAT(buf, StrEq(""));
|
||||
};
|
||||
|
||||
TEST(LAMMPSConfig, exceptions)
|
||||
{
|
||||
EXPECT_EQ(lammps_config_has_exceptions(), LAMMPS_HAS_EXCEPTIONS);
|
||||
};
|
||||
|
||||
TEST(LAMMPSConfig, mpi_support)
|
||||
{
|
||||
EXPECT_EQ(lammps_config_has_mpi_support(), LAMMPS_HAS_MPI);
|
||||
|
||||
Reference in New Issue
Block a user