Moving the automatic run of the script tests to package build-time invokation.

This commit is contained in:
Daniel Baumann 2008-08-25 14:47:41 +02:00
parent 5fe8b202c3
commit 38bb8efc83
2 changed files with 3 additions and 1 deletions

View File

@ -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

2
debian/rules vendored
View File

@ -14,6 +14,8 @@ clean:
dh_clean
build:
$(MAKE) test
# Updating message catalogs
$(MAKE) -C po update-po