summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 776581d..b2d8e29 100644
--- a/Makefile
+++ b/Makefile
@@ -188,9 +188,10 @@ clean:
@echo "=> Clean complete!"
# Test
-test: $(TARGET)
+test: $(TARGET) $(PLUGINS)
./tests/run_tests.sh
./tests/run_codegen_tests.sh
+ ./tests/run_example_transpile.sh
# Build with alternative compilers
zig: