diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/libusb-compat-0.1.spec b/libusb-compat-0.1.spec index 90ad4e5..6e1d9e9 100644 --- a/libusb-compat-0.1.spec +++ b/libusb-compat-0.1.spec @@ -2,8 +2,7 @@ Name: libusb-compat-0.1 Version: 0.1.8 Release: %autorelease Summary: Compatibility shim around libusb-1.0 offering the old 0.1 API -# Automatically converted from old format: LGPLv2+ - review is highly recommended. -License: LicenseRef-Callaway-LGPLv2+ +License: LGPLv2+ URL: https://github.com/libusb/libusb-compat-0.1 Source0: https://github.com/libusb/libusb-compat-0.1/releases/download/v%{version}/libusb-compat-%{version}.tar.bz2 Patch0: libusb-config-multilib.patch diff --git a/plans/integration.fmf b/plans/integration.fmf deleted file mode 100644 index c427c9e..0000000 --- a/plans/integration.fmf +++ /dev/null @@ -1,5 +0,0 @@ -summary: Tests for libusb-compat-0.1 -discover: - how: fmf -execute: - how: tmt diff --git a/tests/integration/main.fmf b/tests/integration/main.fmf deleted file mode 100644 index d3f0b3f..0000000 --- a/tests/integration/main.fmf +++ /dev/null @@ -1,6 +0,0 @@ -summary: Integration test of libusb-compat-0.1 -require: - - libusb1-devel - - libusb-compat-0.1-tests-examples -test: bash ./run.sh - diff --git a/tests/integration/run.sh b/tests/run.sh similarity index 100% rename from tests/integration/run.sh rename to tests/run.sh diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..dbb25fd --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,13 @@ +--- +- hosts: localhost + roles: + # We don't need standard-test-source, and it would need things for %prep + - role: standard-test-basic + tags: + - atomic + - classic + tests: + - test: + dir: . + run: run.sh +