Moving the automatic run of the script tests to package build-time invokation.
This commit is contained in:
parent
5fe8b202c3
commit
38bb8efc83
2
Makefile
2
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
|
||||
|
|
|
@ -14,6 +14,8 @@ clean:
|
|||
dh_clean
|
||||
|
||||
build:
|
||||
$(MAKE) test
|
||||
|
||||
# Updating message catalogs
|
||||
$(MAKE) -C po update-po
|
||||
|
||||
|
|
Loading…
Reference in New Issue