From 51bfb8d7421181815a440385eeac37b974340d0c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 2 Jul 2009 13:58:46 +0200 Subject: Makefile: Added 'test' target --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 944f16c..a0670b3 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ build/Simplestore.3pm: lib/Simplestore.pm mkdir -p build pod2man $< > $@ +test: test/main + sh $< + install: build/Simplestore.3pm mkdir -p $(prefix)/$(perl_lib)/$(perl_version) $(prefix)/share/man/man3 cp lib/Simplestore.pm $(prefix)/$(perl_lib)/$(perl_version) @@ -20,4 +23,4 @@ uninstall: clean: rm -rf build -.PHONY: install uninstall clean +.PHONY: clean install test uninstall -- cgit v1.2.3