test from makefile - reed-alert - Lightweight agentless alerting system for server
HTML git clone git://bitreich.org/reed-alert/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/reed-alert/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 04e5233e498ab9840a53d8f9b5f6b0e626e1a735
DIR parent 0056be3ce455af79ea4f45815f1fa9686af84e5f
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Fri, 25 Jan 2019 11:12:09 +0100
test from makefile
Diffstat:
M Makefile | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -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