From 04e5233e498ab9840a53d8f9b5f6b0e626e1a735 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Fri, 25 Jan 2019 11:12:09 +0100 Subject: [PATCH] test from makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index c8138b3..50e67c8 100644 --- 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