mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 18:37:50 +02:00
Tests for new DRC features (square, new attiribute tests)
This commit is contained in:
@@ -198,3 +198,13 @@ TEST(13d)
|
||||
{
|
||||
run_test (_this, "13", true);
|
||||
}
|
||||
|
||||
TEST(14)
|
||||
{
|
||||
run_test (_this, "14", false);
|
||||
}
|
||||
|
||||
TEST(14d)
|
||||
{
|
||||
run_test (_this, "14", true);
|
||||
}
|
||||
|
||||
@@ -1127,3 +1127,13 @@ TEST(25d_spaceWithOptions)
|
||||
{
|
||||
run_test (_this, "25", true);
|
||||
}
|
||||
|
||||
TEST(26_attributes)
|
||||
{
|
||||
run_test (_this, "26", false);
|
||||
}
|
||||
|
||||
TEST(26d_attributes)
|
||||
{
|
||||
run_test (_this, "26", true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user