aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/runTests.js8
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")();
+
+
+