diff options
| author | Mistivia <i@mistivia.com> | 2025-06-21 17:19:11 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-21 17:19:11 +0800 |
| commit | fec7a34cdc55f226e69d98267e42fa4b52b0193c (patch) | |
| tree | 8ac2bc5f7c6372a722a080757c2b6f0f6ed12fc1 /Makefile | |
| parent | 1de8cda84460198e764a94c1f0f106ecaf001331 (diff) | |
move test files
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
