aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8884ad1..99a5d01 100644
--- a/Makefile
+++ b/Makefile
@@ -354,6 +354,9 @@ arcgdb:
linux: generate
make -f Makefile.linux JS=$(JS) VARIANT=$(VARIANT) CB_STATS=$(CB_STATS) V=$(V) SNAPSHOT=$(SNAPSHOT)
+test:
+ scripts/run_tests
+
.PHONY: help
help:
@echo "JavaScript Runtime for Zephyr OS - Build System"