Add minimal autopkgtest target

Doesn't verify dependencies of course, neither syntax
This commit is contained in:
Xavier Guimard 2018-10-30 14:03:08 +01:00
parent 397db9ec1c
commit c538e7400b
1 changed files with 6 additions and 0 deletions

View File

@ -367,6 +367,12 @@ portal_test: portal
manager_test: manager
@$(MAKE) -C ${SRCMANAGERDIR} test FULLPERL="$(PERL) -I../${SRCCOMMONDIR}/blib/lib/ -I../${SRCHANDLERDIR}/blib/lib/"
autopkgtest: all
export PERL5LIB=`pwd`/${SRCCOMMONDIR}/blib/lib:`pwd`/${SRCHANDLERDIR}/blib/lib:`pwd`/${SRCMANAGERDIR}/blib/lib/:`pwd`/${SRCPORTALDIR}/blib/lib/
./debian/tests/runner build-deps
./debian/tests/runner runtime-deps
#/usr/share/pkg-perl-autopkgtest/runner runtime-deps-and-recommends
# End-to-end tests
# ----------------