Run test suite from debian/rules
[grml-autoconfig.git] / debian / rules
index c0ea3ef..2026dce 100755 (executable)
@@ -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