Merge branch 'develop' into improve-tests-for-set

This commit is contained in:
Axel Kohlmeyer
2025-07-03 17:01:31 -04:00
121 changed files with 1638 additions and 822 deletions

View File

@ -89,7 +89,7 @@ TEST_F(SetTest, NoBoxNoAtoms)
compute->compute_peratom();
ASSERT_EQ(compute->vector_atom[0], 0);
TEST_FAILURE(".*ERROR: Illegal set command: need at least four.*", command("set type 1 x"););
TEST_FAILURE(".*ERROR: Illegal set command: missing argument.*", command("set type 1 x"););
TEST_FAILURE(".*ERROR: Unknown set or fix set command style: xxx.*",
command("set xxx 1 x 0.0"););
TEST_FAILURE(".*ERROR: Unrecognized set or fix set command keyword yyy.*",