po: Update German man pages translation
[dpkg.git] / tests / Feature.mk
blobda4e8d659235e2c27e56a9e0dee5a0d803918c88
2 # Dpkg functional testsuite (kind of)
4 # Copyright © 2015 Guillem Jover <guillem@debian.org>
7 ## Feature checks setup ##
9 ifneq ($(DPKG_FEATURE_CHECKS),yes)
10 export DPKG_FEATURE_CHECKS := yes
12 # XXX: once apt is fixed:
13 #export DPKG_HAS_CONFIGURE_WITH_IMPLICIT_TRIGGER_PENDING ?= 1
15 ifneq (,$(filter as-root,$(DPKG_TESTSUITE_OPTIONS)))
16 export DPKG_AS_ROOT = 1
17 endif
19 endif