mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Implemented tilde expansion, internal stream path names are now absolute, fixed tests
This commit is contained in:
+1
@@ -167,6 +167,7 @@ END
|
||||
nl = RBA::Netlist::new
|
||||
|
||||
input = File.join($ut_testsrc, "testdata", "algo", "nreader6.cir")
|
||||
input = File.absolute_path(input)
|
||||
|
||||
mydelegate = MyNetlistSpiceReaderDelegate::new
|
||||
|
||||
|
||||
Reference in New Issue
Block a user