Added tests for klayout app

This commit also contains some important fixes:
 * Option -wd wasn't working
 * Relative layout file paths in session files are resolved as relative
   to the session file. On writing, absolute paths are used, so this
   change only affects session files build intentionally.

Plus:
 * Program version is available in unit tests too
 * Fixed a typo in the RBA::Expression documentation
This commit is contained in:
Matthias Koefferlein
2017-12-27 17:52:35 +01:00
parent 9906565013
commit c63a47dd89
30 changed files with 597 additions and 25 deletions
+4
View File
@@ -0,0 +1,4 @@
puts RBA::Expression::new("to_i(tv1)+to_i(tv2)").eval
puts RBA::Expression::new("tv3").eval