diff options
Diffstat (limited to 'tests/runTests.js')
-rw-r--r-- | tests/runTests.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/runTests.js b/tests/runTests.js new file mode 100644 index 0000000..4028de9 --- /dev/null +++ b/tests/runTests.js @@ -0,0 +1,8 @@ + +console.log("Unit-tests"); +console.log("~~~~~~~~~~"); + +require("./Unit/CCompiler/CCompiler")(); + + + |