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

Method test_5

testdata/klayout_main/main.rb:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 end
105
106 def test_5
107
108 # Script variables
109 out = `#{self.klayout_bin} -b -wd tv1=17 -wd tv2=25 -wd tv3 -r #{File.join(File.dirname(__FILE__), "test_script.rb")} 2>&1`
110 assert_equal(out, "42\ntrue\n")
111
112 end
113
114 def test_6
115

Callers

nothing calls this directly

Calls 2

klayout_binMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected