| 43 | end |
| 44 | |
| 45 | def klayout_bin |
| 46 | # special location for MacOS |
| 47 | file = File.join(RBA::Application::instance.inst_path, "klayout.app", "Contents", "MacOS", "klayout") |
| 48 | if !File.exist?(file) |
| 49 | file = File.join(RBA::Application::instance.inst_path, "klayout") |
| 50 | end |
| 51 | return file |
| 52 | end |
| 53 | |
| 54 | def test_1 |
| 55 |