From a5e4fa9bee4a3a97f95c100167d7f91ff4eb0742 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 18:05:12 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 20 +++++++++++++++++++- tests/tests.yml | 13 +++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 30aba92..30dea0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,20 @@ -SOURCES/libusb-1.0.23.tar.gz +/libusbx-1.0.11.tar.bz2 +/libusbx-1.0.13.tar.bz2 +/libusbx-1.0.14.tar.bz2 +/libusbx-1.0.15.tar.bz2 +/libusbx-1.0.16-rc2.tar.bz2 +/libusbx-1.0.16-rc3.tar.bz2 +/libusbx-1.0.16.tar.bz2 +/libusbx-1.0.17-rc1.tar.bz2 +/libusbx-1.0.17.tar.bz2 +/libusb-1.0.18.tar.bz2 +/libusb-1.0.19-rc1.tar.bz2 +/libusb-1.0.19-rc2.tar.bz2 +/libusb-1.0.19.tar.bz2 +/libusb-1.0.20.tar.bz2 +/libusb-1.0.21-448584a.tar.gz +/libusb-1.0.21-rc2.tar.gz +/libusb-1.0.21.tar.bz2 +/libusb-1.0.22.tar.bz2 +/libusb-1.0.22.tar.gz /libusb-1.0.23.tar.gz diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..c7948fc --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,13 @@ +# Run tests from libusbx-tests-examples subpackage +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-basic + tests: + - libusb-test-stress: + run: /usr/bin/libusb-test-stress + - libusb-test-libusb: + run: /usr/bin/libusb-test-libusb + - libusb-example-listdevs: + run: /usr/bin/libusb-example-listdevs