1
0
mirror of synced 2026-03-28 18:41:57 +00:00

Split up tests in functionality and author tests

This commit is contained in:
Axel Beckert
2015-07-14 20:18:40 +02:00
parent 867aef4d2c
commit 581ac8b4d9
9 changed files with 10 additions and 8 deletions

View File

@@ -269,16 +269,13 @@ orig-tar-gz: release
#
# Run the test suite.
#
test: update-modules
test: non-author-test author-test
non-author-test: update-modules
prove --shuffle t/
#
# Run the test suite verbosely.
#
test-verbose:
prove --shuffle --verbose t/
author-test:
prove xt/
#

2
debian/changelog vendored
View File

@@ -33,6 +33,8 @@ xen-tools (4.5+dev-1) UNRELEASED; urgency=medium
higher. Fixes regression introduced with 4.5 by the fix for #754517.
- Add new (build-)dependency on libsort-versions-perl.
+ Report all SSH fingerprints of the created DomU, not only RSA ones.
+ Split up test suite in functionality/compatibility tests (t) and
author/release tests (xt).
* Update Vcs-* headers and documentation as Gitorious closed its doors
in June 2015 and is now only available with static contents.
* Recommend debian-archive-keyring (for installing Debian DomUs on

3
debian/rules vendored
View File

@@ -5,4 +5,7 @@
%:
dh $@
override_dh_auto_test:
make non-author-test
override_dh_auto_build: