mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-30 17:53:00 +02:00
Global transformations for DRC and RecursiveShapeIterator
This commit is contained in:
@@ -1168,3 +1168,23 @@ TEST(30_density)
|
||||
run_test (_this, "30", false);
|
||||
}
|
||||
|
||||
TEST(31_globaTransformation)
|
||||
{
|
||||
run_test (_this, "31", false);
|
||||
}
|
||||
|
||||
TEST(31d_globalTransformation)
|
||||
{
|
||||
run_test (_this, "31", true);
|
||||
}
|
||||
|
||||
TEST(32_globalTransformationWithClip)
|
||||
{
|
||||
run_test (_this, "32", false);
|
||||
}
|
||||
|
||||
TEST(32d_globalTransformationWithClip)
|
||||
{
|
||||
run_test (_this, "32", true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user