summaryrefslogtreecommitdiff
path: root/debian/tests
AgeCommit message (Collapse)AuthorFilesLines
2023-09-07Also change libpcre3-dev to libpcre2-dev in debian/tests/controlAxel Beckert1-2/+2
2021-09-15Also let autopkgtest check zsh-static in a separate test runAxel Beckert2-0/+71
Skip V07pcre.ztst there as --enable-pcre does require dynamic loading. Triggered by the discussion in #993843. Gbp-Dch: Full
2021-09-15Replace all occurrences of transitional package libncursesw5-dev with ↵Vincent Lefevre1-1/+1
libncurses-dev Remove resulting duplicates. (Related to commit 71ee4aef.) Fixes FTBFS iff libncursesw5-dev was not installed. (Closes: #993861) Gbp-Dch: Full
2021-08-25Run "wrap-and-sort -a"Axel Beckert1-2/+9
2020-06-22Try to fix cross-installability of run-testsuite autopkgtest checkAxel Beckert1-1/+1
Switch run-testsuite test dependencies from @builddeps@ to all library *-dev packages listed in the the build-dependencies (and hence the libraries listed in the Recommends of the zsh binary package) for regaining cross-buildability. This further improves what has been started in commits ca933173 and 7ca6cb3f. And it should resolve the reason for current diff in Ubuntu: https://patches.ubuntu.com/z/zsh/zsh_5.8-4ubuntu1.patch
2020-02-21debian/tests/control: Replace libpcre3 with @builddeps@ to pull in all ↵Axel Beckert1-1/+1
Recommends "Restriction: needs-recommends" is deprecated due to bug #896698. See also https://lists.debian.org/debian-ci/2018/06/msg00016.html. This is the closest way to get the same effect (depend on all libraries zsh has in Recommends).
2020-02-21Make autopkgtests cross-test-friendlySteve Langasek1-2/+2
* debian/tests/control: Declare dependency on adequate as native. * debian/tests/control: Let run-testsuite also depend on libpcre3. * Mark zsh-doc as "Multi-Arch: foreign". Gbp-Dch: Full
2020-02-16Declare adequate test to be superficialAxel Beckert1-0/+1
2019-01-05Make autopkgtest pass by including config.modules in zsh-devAxel Beckert2-1/+2
* Test/V07pcre.ztst now tries to access ../config.modules to check if the PCRE module was enabled and needs to be tested. * The test emits a warning on STDERR if ../config.modules is not found. * Let debian/tests/run-testsuite depend on zsh-dev and symlink /usr/include/zsh/config.modules into $AUTOPKGTEST_TMP.
2018-10-01d/tests: Use AUTOPKGTEST_TMP instead of ADTTMPOndřej Nový1-5/+5
2015-12-04autopkgtest: Don't assume at least two dots in zsh's version numberAxel Beckert1-1/+1
2014-09-15Fix copy & paste error in debian/tests/run-testsuite (Makefile syntax vs ↵Axel Beckert1-1/+1
shell syntax) Git-Dch: Ignore
2014-09-14Add test-suite wrapper and adequate test for DEP8 as-installed testingAxel Beckert3-0/+69