aboutsummaryrefslogtreecommitdiff
path: root/tests/symmetry_check.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-10-11 17:48:00 +0200
committerThomas White <taw@physics.org>2012-10-11 18:17:04 +0200
commit5e7a690bc72e915e5ea59af549f6d7d2f2822f87 (patch)
treefd4073969546d0be9e36b400f12968d6a881e575 /tests/symmetry_check.c
parentcec863e72ad15da7553ef813f8fcc6c08dd292f8 (diff)
Add some more tests
Diffstat (limited to 'tests/symmetry_check.c')
-rw-r--r--tests/symmetry_check.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/symmetry_check.c b/tests/symmetry_check.c
index cfc68f08..ba42f990 100644
--- a/tests/symmetry_check.c
+++ b/tests/symmetry_check.c
@@ -406,6 +406,9 @@ int main(int argc, char *argv[])
check_pg_props( "23_uaa", 12, 0, &fail);
check_pg_props( "23_uab", 12, 0, &fail);
check_pg_props( "23_uac", 12, 0, &fail);
+ check_pg_props( "6_uaa", 6, 0, &fail);
+ check_pg_props( "6_uab", 6, 0, &fail);
+ check_pg_props( "6_uac", 6, 0, &fail);
return fail;
}