summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-17 14:33:23 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-17 14:33:30 +0000
commite0cf5aca2a17fae1f89860d5106aa901dde32782 (patch)
tree4935e9438f15bb7ec377fd54802b21ec3f4c68f1 /Makefile
parent03bf3217d2c3860ecb55dbd0151ba0adc105fa01 (diff)
Working on new type of tests (related to codegen).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 82d75b8..5eb4040 100644
--- a/Makefile
+++ b/Makefile
@@ -100,6 +100,7 @@ clean:
# Test
test: $(TARGET)
./tests/run_tests.sh
+ ./tests/run_codegen_tests.sh
# Build with alternative compilers
zig: