]> git.saurik.com Git - apt.git/commitdiff
* test/*
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 17 Aug 2011 12:49:03 +0000 (14:49 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 17 Aug 2011 12:49:03 +0000 (14:49 +0200)
  - reorganize the various testcases and helper we have and
    integrate them better into the buildsystem
  - run the test/libapt testcases at package build-time

debian/changelog
debian/rules

index 07276ef61a49741988e5b8c572443fdc981c4716..69e0c0e2ef528d30a03644427bbd64453d7d4e7e 100644 (file)
@@ -5,8 +5,12 @@ apt (0.8.15.7) UNRELEASED; urgency=low
     - ignore "self"-conflicts for all architectures of a package
       instead of just for the architecture of the package locked at
       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
 
index 6409006788aa17e2b12e0138b9b8ff0fbba81f62..541660cfec47e338b8a5e7d13e3ac61c47eafe0b 100755 (executable)
@@ -97,6 +97,7 @@ build/configure-stamp: configure
 build/build-stamp: build/configure-stamp
        # Add here commands to compile the package.
        $(MAKE) binary
+       $(MAKE) test
        touch $@
 
 build/build-doc-stamp: build/configure-stamp