MCPcopy Create free account
hub / github.com/KLayout/klayout / test_9

Method test_9

testdata/klayout_main/main.rb:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 end
169
170 def test_9
171
172 # Sessions
173 out = `#{self.klayout_bin} -z -nc -rx -u #{File.join(File.dirname(__FILE__), "session.lys")} -r #{File.join(File.dirname(__FILE__), "test_lay2.rb")} 2>&1`
174 assert_equal(out, "TOP2;TOP1\n")
175
176 end
177
178 def test_10
179

Callers

nothing calls this directly

Calls 2

klayout_binMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected