aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-02-05 16:43:18 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:45 +0100
commit18f5b60f594dea2ab2087de78086c3687c472bcd (patch)
tree619a295d9d85e1e39b8bf2d1074072ded7ad3836 /tests
parent6e2199a3ce1addb3887d919efbb7e4c80709cee3 (diff)
Add new setting of 4/mmm
Diffstat (limited to 'tests')
-rw-r--r--tests/symmetry_check.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/symmetry_check.c b/tests/symmetry_check.c
index 7beb51b8..abeeae4e 100644
--- a/tests/symmetry_check.c
+++ b/tests/symmetry_check.c
@@ -261,6 +261,7 @@ int main(int argc, char *argv[])
check_pg_props( "-42m", 8, 0, &fail);
check_pg_props( "-4m2", 8, 0, &fail);
check_pg_props( "4/mmm", 16, 1, &fail);
+ check_pg_props( "4/mmm_uaa", 16, 1, &fail);
STATUS("\n");
check_pg_props( "3_R", 3, 0, &fail);