Parcourir la source

* test/*
- reorganize the various testcases and helper we have and
integrate them better into the buildsystem
- run the test/libapt testcases at package build-time

David Kalnischkies il y a 15 ans
Parent
commit
6e08a00f4f
2 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 5 1
      debian/changelog
  2. 1 0
      debian/rules

+ 5 - 1
debian/changelog

@@ -5,8 +5,12 @@ apt (0.8.15.7) UNRELEASED; urgency=low
     - ignore "self"-conflicts for all architectures of a package
     - ignore "self"-conflicts for all architectures of a package
       instead of just for the architecture of the package locked at
       instead of just for the architecture of the package locked at
       in the ordering of installations too (Closes: #802901)
       in the ordering of installations too (Closes: #802901)
+  * test/*
+    - reorganize the various testcases and helper we have and
+      integrate them better into the buildsystem
+    - run the test/libapt testcases at package build-time
 
 
- -- David Kalnischkies <kalnischkies@gmail.com>  Wed, 17 Aug 2011 11:08:02 +0200
+ -- David Kalnischkies <kalnischkies@gmail.com>  Wed, 17 Aug 2011 14:48:32 +0200
 
 
 apt (0.8.15.6) unstable; urgency=low
 apt (0.8.15.6) unstable; urgency=low
 
 

+ 1 - 0
debian/rules

@@ -97,6 +97,7 @@ build/configure-stamp: configure
 build/build-stamp: build/configure-stamp
 build/build-stamp: build/configure-stamp
 	# Add here commands to compile the package.
 	# Add here commands to compile the package.
 	$(MAKE) binary
 	$(MAKE) binary
+	$(MAKE) test
 	touch $@
 	touch $@
 
 
 build/build-doc-stamp: build/configure-stamp
 build/build-doc-stamp: build/configure-stamp