1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# Autopkgtests for duma
#
# Tests need object files form the build tree
# Use installed makefile, as patches may be needed
Test-Command: gmake -f /usr/share/duma/GNUmakefile check
Features: test-name=makefile-check
Depends: @, build-essential
Restrictions: build-needed, allow-stderr
# This test may not work on ppc64el as
# the page size can vary between machines
Test-Command: gmake -f /usr/share/duma/GNUmakefile installcheck
Features: test-name=makefile-installcheck
Depends: @, make
Restrictions: build-needed, allow-stderr
Architecture: amd64 arm64 armel armhf i386 loong64 riscv64 s390x
|