summaryrefslogtreecommitdiffhomepage
path: root/test/driver.c
AgeCommit message (Collapse)Author
2012-05-22change example code to do mrb_close()Mitchell Blank Jr
I was hoping this would cause valgrind to complain less, but there is still a lot of memory leaked (does mrb_close() actually free all of the managed blocks?) Anyway this helps somewhat and is good practice
2012-05-18refactor test driverYukihiro Matsumoto
2012-05-18rename compiler.h to mruby/compiler.hYukihiro Matsumoto
2012-05-14make test restructuringYukihiro Matsumoto