Make javascript test-suite work with nodejs.
This commit is contained in:
parent
cef82c720f
commit
8bbd928831
37 changed files with 98 additions and 39 deletions
|
|
@ -1,3 +1,5 @@
|
|||
var cpp_static = require("./cpp_static");
|
||||
|
||||
cpp_static.StaticFunctionTest.static_func();
|
||||
cpp_static.StaticFunctionTest.static_func_2(1);
|
||||
cpp_static.StaticFunctionTest.static_func_3(1,2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue