add the new test system - clic - Clic is an command line interactive client for… | |
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit f8f8debb68722c7f503eb56d44bc208a2a8f0d31 | |
parent 40000481a5f9335fcf3ad3009a5c145b249e0a3f | |
Author: Solene Rapenne <[email protected]> | |
Date: Sun, 5 Nov 2017 17:06:15 +0000 | |
add the new test system | |
Diffstat: | |
M Makefile | 5 +++-- | |
1 file changed, 3 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -29,7 +29,8 @@ uninstall: | |
clean: | |
rm -f "${BIN}" clic.o clic.eclh clic.cxx | |
-test: | |
- ${LISP} --load clic.lisp --load test.lisp | |
+test: clean all | |
+ @sh run-test.sh ${LISP} | |
+ | |
.PHONY: all install uninstall clean |