summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d15f556..b2d8e29 100644
--- a/Makefile
+++ b/Makefile
@@ -188,7 +188,7 @@ clean:
@echo "=> Clean complete!"
# Test
-test: $(TARGET)
+test: $(TARGET) $(PLUGINS)
./tests/run_tests.sh
./tests/run_codegen_tests.sh
./tests/run_example_transpile.sh