aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4072aa8..ec5b5da 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,10 @@ test: $(tests_bin)
@echo
@echo "Run tests:"
@scripts/runall.sh $^
+ @echo "Run scripts:"
+ cd tests/lisp && \
+ ../../bamboo-lisp test.lisp
+
$(obj):%.o:%.c
$(cc) -c $(cflags) $< -MD -MF $@.d -o $@