aboutsummaryrefslogtreecommitdiff
path: root/tests/symmetry_check.c
diff options
context:
space:
mode:
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;
}