Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
6 changed files with 14 additions and 14 deletions
|
|
@ -1 +0,0 @@
|
|||
1
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
summary: Tests for libusb-compat-0.1
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
@ -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
|
||||
|
||||
13
tests/tests.yml
Normal file
13
tests/tests.yml
Normal file
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue