X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=2026dcec99ab0416222f2fb973ea92d3085b1143;hb=2bda95eb2273c0e98f860512b2e2f65cd1093326;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