Split up tests in functionality and author tests
This commit is contained in:
13
Makefile
13
Makefile
@@ -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
2
debian/changelog
vendored
@@ -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
3
debian/rules
vendored
@@ -5,4 +5,7 @@
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_test:
|
||||
make non-author-test
|
||||
|
||||
override_dh_auto_build:
|
||||
|
||||
Reference in New Issue
Block a user