make check more specific but accelerator compatible

This commit is contained in:
Axel Kohlmeyer
2024-06-22 20:29:26 -04:00
parent e6042c7db2
commit 7e7f3c08f4

View File

@ -645,7 +645,7 @@ TEST(AngleStyle, single)
"extra/angle/per/atom 2 extra/special/per/atom 2",
nangletypes));
if (utils::strmatch(test_config.angle_style, "spica")) {
if (utils::strmatch(test_config.angle_style, "^spica")) {
command("pair_style lj/spica 8.0");
command("pair_coeff * * lj9_6 0.02 2.5");
} else {