diff options
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..8797d2f --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,23 @@ +Test-Command: /usr/share/cargo/bin/cargo-auto-test soft_assert 0.1.1 --all-targets --all-features +Features: test-name=rust-soft-assert:@ +Depends: + dh-cargo (>= 31), + rustc, + @, +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test soft_assert 0.1.1 --all-targets +Features: test-name=librust-soft-assert-dev:default +Depends: + dh-cargo (>= 31), + rustc, + @, +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test soft_assert 0.1.1 --all-targets --no-default-features +Features: test-name=librust-soft-assert-dev: +Depends: + dh-cargo (>= 31), + rustc, + @, +Restrictions: allow-stderr, skip-not-installable |