git » sdk » commit 5a8f4a9

Make action for running tests

author Stephen Paul Weber
2024-05-21 02:58:09 UTC
committer Stephen Paul Weber
2024-05-21 02:58:09 UTC
parent 6f140221f44ab189441ef23961e29c7a6b5992c0

Make action for running tests

Makefile +4 -1

diff --git a/Makefile b/Makefile
index 4f228ab..59caa45 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,12 @@
 HAXE_PATH=$$HOME/Software/haxe-4.3.1/hxnodejs/12,1,0/src
 
-.PHONY: all cpp/output.dso browser.js
+.PHONY: all test cpp/output.dso browser.js
 
 all: browser.js libsnikket.so
 
+test:
+	haxe test.hxml
+
 browser.js:
 	haxe browser.hxml
 	echo "var exports = {};" > browser.js