X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/194fac6be95e698d8eec86ddf19ebc1e7ca6d5c7..2130caa8f4f4d9512551fdf869af499fc901b117:/debian/rules diff --git a/debian/rules b/debian/rules index 640900678..d6c2dfa22 100755 --- a/debian/rules +++ b/debian/rules @@ -97,6 +97,11 @@ build/configure-stamp: configure build/build-stamp: build/configure-stamp # Add here commands to compile the package. $(MAKE) binary +ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) + $(MAKE) test +else + @echo "Tests DISABLED" +endif touch $@ build/build-doc-stamp: build/configure-stamp