More parallelize

This commit is contained in:
Xavier 2019-08-16 09:48:56 +02:00
parent 4cb31f89d3
commit e5ae3822fa
1 changed files with 4 additions and 2 deletions

View File

@ -385,12 +385,14 @@ portal_test: portal
manager_test: manager
@$(MAKE) -C ${SRCMANAGERDIR} test
autopkgtest: autopkg_common autopkg_handler autopkg_portal autopkg_manager
./debian/tests/runner runtime-deps
autopkgtest: all autopkg_common autopkg_handler autopkg_portal autopkg_manager autopkg_runner
autopkg_%:
./debian/tests/runner build-deps lemonldap-ng-$*
autopkg_runner:
./debian/tests/runner runtime-deps
# End-to-end tests
# ----------------