summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-27 23:25:25 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-27 23:25:25 +0000
commitb8834bc878f47b2cee02588607beeac1d1ae1246 (patch)
tree0c53dfb13e84277a97ccf9dbd387296cd4b779ac /Makefile
parent7f7be8a8202b9ccea19ae379665e3a34a81b6797 (diff)
Added script for checking examples with 'make test' too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 776581d..d15f556 100644
--- a/Makefile
+++ b/Makefile
@@ -191,6 +191,7 @@ clean:
test: $(TARGET)
./tests/run_tests.sh
./tests/run_codegen_tests.sh
+ ./tests/run_example_transpile.sh
# Build with alternative compilers
zig: