diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 13:39:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 13:39:30 +0000 |
commit | 6e47cbcd64d260a7ae95e129ef205f46760adde5 (patch) | |
tree | e01b68cfaf0c6bd48fedd1cf611cbdfa62e7dc38 /debian/tests/control | |
parent | Adding upstream version 1.0.76. (diff) | |
download | rust-proc-macro2-6e47cbcd64d260a7ae95e129ef205f46760adde5.tar.xz rust-proc-macro2-6e47cbcd64d260a7ae95e129ef205f46760adde5.zip |
Adding debian version 1.0.76-1.debian/1.0.76-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..c26278d --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,29 @@ +Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.76 --all-targets --all-features +Features: test-name=rust-proc-macro2:@ +Depends: dh-cargo (>= 18), librust-quote-1-dev, librust-rustversion-1+default-dev, @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.76 --all-targets +Features: test-name=librust-proc-macro2-dev:default +Depends: dh-cargo (>= 18), librust-quote-1-dev, librust-rustversion-1+default-dev, @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.76 --all-targets --no-default-features --features nightly +Features: test-name=librust-proc-macro2-dev:nightly +Depends: dh-cargo (>= 18), librust-quote-1-dev, librust-rustversion-1+default-dev, @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.76 --all-targets --no-default-features --features proc-macro +Features: test-name=librust-proc-macro2-dev:proc-macro +Depends: dh-cargo (>= 18), librust-quote-1-dev, librust-rustversion-1+default-dev, @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.76 --all-targets --no-default-features --features span-locations +Features: test-name=librust-proc-macro2-dev:span-locations +Depends: dh-cargo (>= 18), librust-quote-1-dev, librust-rustversion-1+default-dev, @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test proc-macro2 1.0.76 --all-targets --no-default-features +Features: test-name=librust-proc-macro2-dev: +Depends: dh-cargo (>= 18), librust-quote-1-dev, librust-rustversion-1+default-dev, @ +Restrictions: allow-stderr, skip-not-installable |