diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2021-09-15 18:46:49 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2021-09-15 18:47:05 +0200 |
commit | 8d37726df0f115cb142452e5f75d97f754ea16b9 (patch) | |
tree | a47a5b0b1bc8d4a517227afbb5708f6fe851b4e5 /debian/tests/control | |
parent | 801f5e105ad6d1f767d28c8311edd263790f419f (diff) | |
download | zsh-8d37726df0f115cb142452e5f75d97f754ea16b9.tar.gz zsh-8d37726df0f115cb142452e5f75d97f754ea16b9.zip |
Also let autopkgtest check zsh-static in a separate test run
Skip V07pcre.ztst there as --enable-pcre does require dynamic loading.
Triggered by the discussion in #993843.
Gbp-Dch: Full
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control index 2bd45fc98..ddc395e1c 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -7,6 +7,15 @@ Depends: libcap-dev [linux-any], zsh, zsh-dev +Tests: run-testsuite-static +Depends: libcap-dev [linux-any], + libelf-dev, + libgdbm-dev, + libncurses-dev, + libpcre3-dev, + zsh-static, + zsh-dev + Tests: adequate Depends: adequate:native, @ |