| 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 |
nothing calls this directly
no test coverage detected