Add more tests for COMPRESS package

This commit is contained in:
Richard Berger
2021-03-11 14:21:16 -05:00
parent 14da94d189
commit 76d857e428
12 changed files with 129 additions and 219 deletions

View File

@ -39,7 +39,7 @@ using ::testing::MatchesRegex;
}
// whether to print verbose output (i.e. not capturing LAMMPS screen output).
bool verbose = false;
extern bool verbose;
class LAMMPSTest : public ::testing::Test {
public: