mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 09:20:45 +02:00
WIP: fixed unit tests for Qt-less build.
This commit is contained in:
+4
@@ -252,6 +252,10 @@ END
|
||||
|
||||
def test_7
|
||||
|
||||
if !RBA.constants.member?(:Image)
|
||||
return
|
||||
end
|
||||
|
||||
rin = RBA::Region::new
|
||||
rin.insert(RBA::Box::new(0, 0, 100, 200))
|
||||
rin.insert(RBA::Box::new(9900, 9800, 10000, 10000))
|
||||
|
||||
Reference in New Issue
Block a user