tests/JsCoreExecTest.vala
[app.Builder.js] / tests / JsCoreExecTest.vala
1
2  
3 int main (string[] args) {
4          var js = Javascript.singleton();
5          js.executeFile("/home/alan/gitlive/app.Builder.js/tests/hello.js", 
6                         "hello", "{}");
7           
8         
9         return 0;
10 }
11