convert plugin functionality into a package

This commit is contained in:
Axel Kohlmeyer
2021-03-16 22:43:13 -04:00
parent 11894f83b9
commit 125ae33ccf
16 changed files with 198 additions and 51 deletions

View File

@ -367,6 +367,7 @@ TEST_F(SimpleCommandsTest, Units)
TEST_FAILURE(".*ERROR: Illegal units command.*", lmp->input->one("units unknown"););
}
#if defined(LMP_PLUGIN)
TEST_F(SimpleCommandsTest, Plugin)
{
#if defined(__APPLE__)
@ -437,6 +438,7 @@ TEST_F(SimpleCommandsTest, Plugin)
if (verbose) std::cout << text;
ASSERT_THAT(text, MatchesRegex(".*Currently loaded plugins.*"));
}
#endif
TEST_F(SimpleCommandsTest, Shell)
{