1
0
Fork 0

Updating test commands for version 1.6.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-06 14:08:08 +01:00
parent 94a9789617
commit 382192dfcd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

14
debian/tests/control vendored
View file

@ -1,4 +1,4 @@
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets --all-features
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.6.0 --all-targets --all-features
Features:
test-name=rust-sha256:@,
Depends:
@ -12,7 +12,7 @@ Restrictions:
allow-stderr,
skip-not-installable,
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets --no-default-features
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.6.0 --all-targets --no-default-features
Features:
test-name=librust-sha256-dev:,
Depends:
@ -26,7 +26,7 @@ Restrictions:
allow-stderr,
skip-not-installable,
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets --no-default-features --features native_openssl
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.6.0 --all-targets --no-default-features --features native_openssl
Features:
test-name=librust-sha256+openssl-dev:native_openssl,
Depends:
@ -40,7 +40,7 @@ Restrictions:
allow-stderr,
skip-not-installable,
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets --no-default-features --features openssl
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.6.0 --all-targets --no-default-features --features openssl
Features:
test-name=librust-sha256+openssl-dev:openssl,
Depends:
@ -54,7 +54,7 @@ Restrictions:
allow-stderr,
skip-not-installable,
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets --no-default-features --features async
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.6.0 --all-targets --no-default-features --features async
Features:
test-name=librust-sha256+tokio-dev:async,
Depends:
@ -68,7 +68,7 @@ Restrictions:
allow-stderr,
skip-not-installable,
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.6.0 --all-targets
Features:
test-name=librust-sha256+tokio-dev:default,
Depends:
@ -82,7 +82,7 @@ Restrictions:
allow-stderr,
skip-not-installable,
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.5.0 --all-targets --no-default-features --features tokio
Test-Command: /usr/share/cargo/bin/cargo-auto-test sha256 1.6.0 --all-targets --no-default-features --features tokio
Features:
test-name=librust-sha256+tokio-dev:tokio,
Depends: