test from makefile

This commit is contained in:
Solene Rapenne 2019-01-25 11:12:09 +01:00
parent 0056be3ce4
commit 04e5233e49
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
PREFIX=${DESTDIR}/usr/local
LISPDIR=${PREFIX}/share/reed-alert/
@ -12,5 +13,10 @@ install: reed-alert
install -o root -g bin -m 755 reed-alert ${PREFIX}/bin/reed-alert
install -o root -g wheel -m 644 probes.lisp functions.lisp ${LISPDIR}/
test: reed-alert
cd test && sh ../reed-alert test.lisp
clean:
rm reed-alert
.PHONY: test