aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ec5b5da..5871061 100644
--- a/Makefile
+++ b/Makefile
@@ -29,13 +29,13 @@ bamboo-lisp: $(obj) src/main.c 3rdparty/algds/build/lib/libalgds.a
cd 3rdparty/algds && \
make profile=$(mode)
-test: $(tests_bin)
+test: bamboo-lisp $(tests_bin)
@echo
@echo "Run tests:"
- @scripts/runall.sh $^
+ @scripts/runall.sh $(tests_bin)
@echo "Run scripts:"
- cd tests/lisp && \
- ../../bamboo-lisp test.lisp
+ cd tests/ && \
+ ../bamboo-lisp test.lisp
$(obj):%.o:%.c