aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
-rw-r--r--tests/arithmetic.lisp (renamed from tests/lisp/arithmetic.lisp)0
-rw-r--r--tests/comment.lisp (renamed from tests/lisp/comment.lisp)0
-rw-r--r--tests/control-flow.lisp (renamed from tests/lisp/control-flow.lisp)0
-rw-r--r--tests/lambda.lisp (renamed from tests/lisp/lambda.lisp)0
-rw-r--r--tests/let-binding.lisp (renamed from tests/lisp/let-binding.lisp)0
-rw-r--r--tests/macro.lisp (renamed from tests/lisp/macro.lisp)0
-rw-r--r--tests/test.lisp (renamed from tests/lisp/test.lisp)0
8 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
diff --git a/tests/lisp/arithmetic.lisp b/tests/arithmetic.lisp
index 2764b10..2764b10 100644
--- a/tests/lisp/arithmetic.lisp
+++ b/tests/arithmetic.lisp
diff --git a/tests/lisp/comment.lisp b/tests/comment.lisp
index 40d5081..40d5081 100644
--- a/tests/lisp/comment.lisp
+++ b/tests/comment.lisp
diff --git a/tests/lisp/control-flow.lisp b/tests/control-flow.lisp
index 75095ec..75095ec 100644
--- a/tests/lisp/control-flow.lisp
+++ b/tests/control-flow.lisp
diff --git a/tests/lisp/lambda.lisp b/tests/lambda.lisp
index 5c93bdb..5c93bdb 100644
--- a/tests/lisp/lambda.lisp
+++ b/tests/lambda.lisp
diff --git a/tests/lisp/let-binding.lisp b/tests/let-binding.lisp
index 33d021e..33d021e 100644
--- a/tests/lisp/let-binding.lisp
+++ b/tests/let-binding.lisp
diff --git a/tests/lisp/macro.lisp b/tests/macro.lisp
index 4564cb9..4564cb9 100644
--- a/tests/lisp/macro.lisp
+++ b/tests/macro.lisp
diff --git a/tests/lisp/test.lisp b/tests/test.lisp
index 07bdd5b..07bdd5b 100644
--- a/tests/lisp/test.lisp
+++ b/tests/test.lisp