X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=2026dcec99ab0416222f2fb973ea92d3085b1143;hb=d9f5fe86a8428d146bb4489578f8e53a2d100445;hp=c0ea3ef88c9926e647f2eb2716e94e17354e0877;hpb=044d67ae243554c35bf3832f51bbac4570b04e77;p=grml-autoconfig.git diff --git a/debian/rules b/debian/rules index c0ea3ef..2026dce 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,8 @@ build: build-stamp build-stamp: dh_testdir - cd doc && $(MAKE) && cd .. + (cd tests && ./test_parameters.sh) + (cd doc && $(MAKE)) touch build-stamp