diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-08-17 14:49:03 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-08-17 14:49:03 +0200 |
commit | 6e08a00f4f6cb1183f615e626a7297945ac53783 (patch) | |
tree | 552154f39f85c5b0ea7899116fbb5e8ac8bfb1bd /debian/rules | |
parent | 59f9dcbdf23ae430c2f5fa4bc85596347e73526f (diff) |
* 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
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 640900678..541660cfe 100755 --- a/debian/rules +++ b/debian/rules @@ -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 |