Преглед изворни кода

debian/rules: Call $(MAKE) check during build

Frank Lichtenheld пре 19 година
родитељ
комит
25b0ed5906
2 измењених фајлова са 4 додато и 0 уклоњено
  1. 3 0
      debian/changelog
  2. 1 0
      debian/rules

+ 3 - 0
debian/changelog

@@ -30,6 +30,9 @@ dpkg (1.14.8) UNRELEASED; urgency=low
       shared library that is actively used, then it will fail. This can be
       shared library that is actively used, then it will fail. This can be
       disabled with the option --ignore-missing-info. Closes: #10807
       disabled with the option --ignore-missing-info. Closes: #10807
 
 
+  [ Frank Lichtenheld ]
+  * Add $(MAKE) check to build target
+
   [ Updated dpkg translations ]
   [ Updated dpkg translations ]
   * Polish (Robert Luberda).
   * Polish (Robert Luberda).
 
 

+ 1 - 0
debian/rules

@@ -59,6 +59,7 @@ build: build-tree/config.status
 	dh_testdir
 	dh_testdir
 
 
 	cd build-tree && $(MAKE)
 	cd build-tree && $(MAKE)
+	cd build-tree && $(MAKE) check
 
 
 # Install the package underneath debian/tmp
 # Install the package underneath debian/tmp
 install: build
 install: build