X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=tests%2FTestCompiler.vala;h=7dc703927269803bf119312007661eefb0b03e55;hp=0d2d13d91eaacb88c2b7b443b59385b974e53d93;hb=81e8e7a613b8a244e4119f39bb30f1733eb4850d;hpb=bd0f11d388548cfec3d530fd181a554aeaea92cd diff --git a/tests/TestCompiler.vala b/tests/TestCompiler.vala index 0d2d13d91..7dc703927 100644 --- a/tests/TestCompiler.vala +++ b/tests/TestCompiler.vala @@ -176,10 +176,12 @@ namespace Palete { int main (string[] args) { - var a = new ValaSource(file); - a.create_valac_tree(); + for (var i = 0;i < 1000;i++) { + var a = new TestCompiler(file); + a.compileString(); + } return 0; } -*/ +