More tests for complex DRC

This commit is contained in:
Matthias Koefferlein
2021-01-09 23:23:50 +01:00
parent cda5fdfe6f
commit 858c78729f
9 changed files with 66 additions and 0 deletions
+20
View File
@@ -128,3 +128,23 @@ TEST(6d)
{
run_test (_this, "6", true);
}
TEST(7)
{
run_test (_this, "7", false);
}
TEST(7d)
{
run_test (_this, "7", true);
}
TEST(8)
{
run_test (_this, "8", false);
}
TEST(8d)
{
run_test (_this, "8", true);
}