chiark / gitweb /
autopkgtests: Run regenerate-tests
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 18 Aug 2018 22:53:57 +0000 (23:53 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 18 Aug 2018 23:20:06 +0000 (00:20 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
19 files changed:
debian/tests/adns--8.5 [new file with mode: 0755]
debian/tests/adns--8.6 [new file with mode: 0755]
debian/tests/adns--8.7 [new file with mode: 0755]
debian/tests/cdb--8.5 [new file with mode: 0755]
debian/tests/cdb--8.6 [new file with mode: 0755]
debian/tests/cdb--8.7 [new file with mode: 0755]
debian/tests/control [new file with mode: 0644]
debian/tests/crypto--8.5 [new file with mode: 0755]
debian/tests/crypto--8.6 [new file with mode: 0755]
debian/tests/crypto--8.7 [new file with mode: 0755]
debian/tests/dgram--8.5 [new file with mode: 0755]
debian/tests/dgram--8.6 [new file with mode: 0755]
debian/tests/dgram--8.7 [new file with mode: 0755]
debian/tests/hbytes--8.5 [new file with mode: 0755]
debian/tests/hbytes--8.6 [new file with mode: 0755]
debian/tests/hbytes--8.7 [new file with mode: 0755]
debian/tests/tuntap--8.5 [new file with mode: 0755]
debian/tests/tuntap--8.6 [new file with mode: 0755]
debian/tests/tuntap--8.7 [new file with mode: 0755]

diff --git a/debian/tests/adns--8.5 b/debian/tests/adns--8.5
new file mode 100755 (executable)
index 0000000..5dd2b82
--- /dev/null
@@ -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 (executable)
index 0000000..773e4bd
--- /dev/null
@@ -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 (executable)
index 0000000..b830354
--- /dev/null
@@ -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 (executable)
index 0000000..1cc0b8c
--- /dev/null
@@ -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 (executable)
index 0000000..44c52aa
--- /dev/null
@@ -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 (executable)
index 0000000..7ea7195
--- /dev/null
@@ -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 (file)
index 0000000..6f1da00
--- /dev/null
@@ -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 (executable)
index 0000000..0289eb6
--- /dev/null
@@ -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 (executable)
index 0000000..860089a
--- /dev/null
@@ -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 (executable)
index 0000000..a9ed1f8
--- /dev/null
@@ -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 (executable)
index 0000000..ab23044
--- /dev/null
@@ -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 (executable)
index 0000000..cf3f9f8
--- /dev/null
@@ -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 (executable)
index 0000000..4f1d375
--- /dev/null
@@ -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 (executable)
index 0000000..e512858
--- /dev/null
@@ -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 (executable)
index 0000000..5e737e5
--- /dev/null
@@ -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 (executable)
index 0000000..95e5d19
--- /dev/null
@@ -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 (executable)
index 0000000..2f03f9c
--- /dev/null
@@ -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 (executable)
index 0000000..b1493c1
--- /dev/null
@@ -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 (executable)
index 0000000..1f58f36
--- /dev/null
@@ -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 }