add the new test system - clic - Clic is an command line interactive client for gopher written in Common LISP HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit f8f8debb68722c7f503eb56d44bc208a2a8f0d31 DIR parent 40000481a5f9335fcf3ad3009a5c145b249e0a3f HTML Author: Solene Rapenne <solene@perso.pw> 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(-) --- DIR 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