Parallelize autopkgtest

This commit is contained in:
Xavier 2019-08-16 09:14:31 +02:00
parent 097183f2b3
commit 4cb31f89d3
1 changed files with 4 additions and 3 deletions

View File

@ -385,10 +385,11 @@ portal_test: portal
manager_test: manager
@$(MAKE) -C ${SRCMANAGERDIR} test
autopkgtest: all
./debian/tests/runner build-deps
autopkgtest: autopkg_common autopkg_handler autopkg_portal autopkg_manager
./debian/tests/runner runtime-deps
#/usr/share/pkg-perl-autopkgtest/runner runtime-deps-and-recommends
autopkg_%:
./debian/tests/runner build-deps lemonldap-ng-$*
# End-to-end tests
# ----------------