1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# Without gcc, Dh_Lib complains on stderr that it cannot guess the
# architecture.
Tests-Directory: .
Tests: run-unit-tests
# g++ for the encoding test.
Depends: @, gcc, g++
Tests-Directory: integration-tests
Tests:
10execute-before-dh-gencontrol
20dh-with
30dh-sequence
Depends: @, gcc
Tests-Directory: integration-tests
Tests: 40multiarch-root
Depends: @, gcc
Architecture: !i386
# Skip the test on i386, where it would only repeat unit-tests/70multiarch.
Restrictions: needs-root
|