From f11fc44f1a1c163d3de865cc0f861855f2f1513f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 18 Aug 2018 23:53:57 +0100 Subject: [PATCH] autopkgtests: Run regenerate-tests Signed-off-by: Ian Jackson --- debian/tests/adns--8.5 | 4 +++ debian/tests/adns--8.6 | 4 +++ debian/tests/adns--8.7 | 4 +++ debian/tests/cdb--8.5 | 4 +++ debian/tests/cdb--8.6 | 4 +++ debian/tests/cdb--8.7 | 4 +++ debian/tests/control | 54 ++++++++++++++++++++++++++++++++++++++++ debian/tests/crypto--8.5 | 4 +++ debian/tests/crypto--8.6 | 4 +++ debian/tests/crypto--8.7 | 4 +++ debian/tests/dgram--8.5 | 4 +++ debian/tests/dgram--8.6 | 4 +++ debian/tests/dgram--8.7 | 4 +++ debian/tests/hbytes--8.5 | 4 +++ debian/tests/hbytes--8.6 | 4 +++ debian/tests/hbytes--8.7 | 4 +++ debian/tests/tuntap--8.5 | 4 +++ debian/tests/tuntap--8.6 | 4 +++ debian/tests/tuntap--8.7 | 4 +++ 19 files changed, 126 insertions(+) create mode 100755 debian/tests/adns--8.5 create mode 100755 debian/tests/adns--8.6 create mode 100755 debian/tests/adns--8.7 create mode 100755 debian/tests/cdb--8.5 create mode 100755 debian/tests/cdb--8.6 create mode 100755 debian/tests/cdb--8.7 create mode 100644 debian/tests/control create mode 100755 debian/tests/crypto--8.5 create mode 100755 debian/tests/crypto--8.6 create mode 100755 debian/tests/crypto--8.7 create mode 100755 debian/tests/dgram--8.5 create mode 100755 debian/tests/dgram--8.6 create mode 100755 debian/tests/dgram--8.7 create mode 100755 debian/tests/hbytes--8.5 create mode 100755 debian/tests/hbytes--8.6 create mode 100755 debian/tests/hbytes--8.7 create mode 100755 debian/tests/tuntap--8.5 create mode 100755 debian/tests/tuntap--8.6 create mode 100755 debian/tests/tuntap--8.7 diff --git a/debian/tests/adns--8.5 b/debian/tests/adns--8.5 new file mode 100755 index 0000000..5dd2b82 --- /dev/null +++ b/debian/tests/adns--8.5 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.5 +load chiark_tcl_adns-1.so +set t {adns/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/adns--8.6 b/debian/tests/adns--8.6 new file mode 100755 index 0000000..773e4bd --- /dev/null +++ b/debian/tests/adns--8.6 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.6 +load chiark_tcl_adns-1.so +set t {adns/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/adns--8.7 b/debian/tests/adns--8.7 new file mode 100755 index 0000000..b830354 --- /dev/null +++ b/debian/tests/adns--8.7 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.7 +load chiark_tcl_adns-1.so +set t {adns/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/cdb--8.5 b/debian/tests/cdb--8.5 new file mode 100755 index 0000000..1cc0b8c --- /dev/null +++ b/debian/tests/cdb--8.5 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.5 +load chiark_tcl_cdb-1.so +set t {cdb/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/cdb--8.6 b/debian/tests/cdb--8.6 new file mode 100755 index 0000000..44c52aa --- /dev/null +++ b/debian/tests/cdb--8.6 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.6 +load chiark_tcl_cdb-1.so +set t {cdb/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/cdb--8.7 b/debian/tests/cdb--8.7 new file mode 100755 index 0000000..7ea7195 --- /dev/null +++ b/debian/tests/cdb--8.7 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.7 +load chiark_tcl_cdb-1.so +set t {cdb/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..6f1da00 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,54 @@ +Tests: adns--8.5 +Depends: tcl8.5, libadns1 (>= 1.5.0~), libc6 (>= 2.2.5), libtcl-chiark-1 + +Tests: adns--8.6 +Depends: tcl8.6, libadns1 (>= 1.5.0~), libc6 (>= 2.2.5), libtcl-chiark-1 + +Tests: adns--8.7 +Depends: tcl8.7, libadns1 (>= 1.5.0~), libc6 (>= 2.2.5), libtcl-chiark-1 + +Tests: cdb--8.5 +Depends: tcl8.5, libc6 (>= 2.14), libcdb1, libtcl-chiark-1 + +Tests: cdb--8.6 +Depends: tcl8.6, libc6 (>= 2.14), libcdb1, libtcl-chiark-1 + +Tests: cdb--8.7 +Depends: tcl8.7, libc6 (>= 2.14), libcdb1, libtcl-chiark-1 + +Tests: crypto--8.5 +Depends: tcl8.5, libc6 (>= 2.14), libnettle6, libtcl-chiark-1 + +Tests: crypto--8.6 +Depends: tcl8.6, libc6 (>= 2.14), libnettle6, libtcl-chiark-1 + +Tests: crypto--8.7 +Depends: tcl8.7, libc6 (>= 2.14), libnettle6, libtcl-chiark-1 + +Tests: dgram--8.5 +Depends: tcl8.5, libc6 (>= 2.14), libtcl-chiark-1 + +Tests: dgram--8.6 +Depends: tcl8.6, libc6 (>= 2.14), libtcl-chiark-1 + +Tests: dgram--8.7 +Depends: tcl8.7, libc6 (>= 2.14), libtcl-chiark-1 + +Tests: hbytes--8.5 +Depends: tcl8.5, libc6 (>= 2.14), libtcl-chiark-1 + +Tests: hbytes--8.6 +Depends: tcl8.6, libc6 (>= 2.14), libtcl-chiark-1 + +Tests: hbytes--8.7 +Depends: tcl8.7, libc6 (>= 2.14), libtcl-chiark-1 + +Tests: tuntap--8.5 +Depends: tcl8.5, libc6 (>= 2.2.5), libtcl-chiark-1 + +Tests: tuntap--8.6 +Depends: tcl8.6, libc6 (>= 2.2.5), libtcl-chiark-1 + +Tests: tuntap--8.7 +Depends: tcl8.7, libc6 (>= 2.2.5), libtcl-chiark-1 + diff --git a/debian/tests/crypto--8.5 b/debian/tests/crypto--8.5 new file mode 100755 index 0000000..0289eb6 --- /dev/null +++ b/debian/tests/crypto--8.5 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.5 +load chiark_tcl_crypto-1.so +set t {crypto/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/crypto--8.6 b/debian/tests/crypto--8.6 new file mode 100755 index 0000000..860089a --- /dev/null +++ b/debian/tests/crypto--8.6 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.6 +load chiark_tcl_crypto-1.so +set t {crypto/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/crypto--8.7 b/debian/tests/crypto--8.7 new file mode 100755 index 0000000..a9ed1f8 --- /dev/null +++ b/debian/tests/crypto--8.7 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.7 +load chiark_tcl_crypto-1.so +set t {crypto/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/dgram--8.5 b/debian/tests/dgram--8.5 new file mode 100755 index 0000000..ab23044 --- /dev/null +++ b/debian/tests/dgram--8.5 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.5 +load chiark_tcl_dgram-1.so +set t {dgram/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/dgram--8.6 b/debian/tests/dgram--8.6 new file mode 100755 index 0000000..cf3f9f8 --- /dev/null +++ b/debian/tests/dgram--8.6 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.6 +load chiark_tcl_dgram-1.so +set t {dgram/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/dgram--8.7 b/debian/tests/dgram--8.7 new file mode 100755 index 0000000..4f1d375 --- /dev/null +++ b/debian/tests/dgram--8.7 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.7 +load chiark_tcl_dgram-1.so +set t {dgram/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/hbytes--8.5 b/debian/tests/hbytes--8.5 new file mode 100755 index 0000000..e512858 --- /dev/null +++ b/debian/tests/hbytes--8.5 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.5 +load chiark_tcl_hbytes-1.so +set t {hbytes/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/hbytes--8.6 b/debian/tests/hbytes--8.6 new file mode 100755 index 0000000..5e737e5 --- /dev/null +++ b/debian/tests/hbytes--8.6 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.6 +load chiark_tcl_hbytes-1.so +set t {hbytes/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/hbytes--8.7 b/debian/tests/hbytes--8.7 new file mode 100755 index 0000000..95e5d19 --- /dev/null +++ b/debian/tests/hbytes--8.7 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.7 +load chiark_tcl_hbytes-1.so +set t {hbytes/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/tuntap--8.5 b/debian/tests/tuntap--8.5 new file mode 100755 index 0000000..2f03f9c --- /dev/null +++ b/debian/tests/tuntap--8.5 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.5 +load chiark_tcl_tuntap-1.so +set t {tuntap/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/tuntap--8.6 b/debian/tests/tuntap--8.6 new file mode 100755 index 0000000..b1493c1 --- /dev/null +++ b/debian/tests/tuntap--8.6 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.6 +load chiark_tcl_tuntap-1.so +set t {tuntap/runtest.tcl} +if {[file exists $t]} { source $t } diff --git a/debian/tests/tuntap--8.7 b/debian/tests/tuntap--8.7 new file mode 100755 index 0000000..1f58f36 --- /dev/null +++ b/debian/tests/tuntap--8.7 @@ -0,0 +1,4 @@ +#!/usr/bin/tclsh8.7 +load chiark_tcl_tuntap-1.so +set t {tuntap/runtest.tcl} +if {[file exists $t]} { source $t } -- 2.30.2