From 38bb8efc83e2e53fa04129dc64ea0bd90ce2a36a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 25 Aug 2008 14:47:41 +0200 Subject: Moving the automatic run of the script tests to package build-time invokation. --- Makefile | 2 +- debian/rules | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 681177a..2de14ff 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ test: build: @echo "Nothing to build." -install: test +install: # Installing executables mkdir -p $(DESTDIR)/usr/bin cp helpers/lh* $(DESTDIR)/usr/bin diff --git a/debian/rules b/debian/rules index d1f9a44..d500965 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,8 @@ clean: dh_clean build: + $(MAKE) test + # Updating message catalogs $(MAKE) -C po update-po -- cgit v1.0