mirror of https://github.com/KLayout/klayout.git
Fixes Qt-less tests
This commit is contained in:
parent
4773bb3227
commit
b1b7649cd9
|
|
@ -150,6 +150,9 @@ END
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# makes RBA::Value available as tl.Value
|
||||||
|
pya.eval_string("import klayout.tl");
|
||||||
|
|
||||||
macro_file = File.join($ut_testtmp, "test.lym")
|
macro_file = File.join($ut_testtmp, "test.lym")
|
||||||
File.open(macro_file, "w") do |file|
|
File.open(macro_file, "w") do |file|
|
||||||
file.write(<<"END")
|
file.write(<<"END")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue