aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-21 17:19:11 +0800
committerMistivia <i@mistivia.com>2025-06-21 17:19:11 +0800
commitfec7a34cdc55f226e69d98267e42fa4b52b0193c (patch)
tree8ac2bc5f7c6372a722a080757c2b6f0f6ed12fc1 /Makefile
parent1de8cda84460198e764a94c1f0f106ecaf001331 (diff)
move test files
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