Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b3d37f480 | ||
|
|
bec0139843 | ||
|
|
1cccab3d9a | ||
|
|
b054e05391 | ||
|
|
8d77bdb699 | ||
|
|
07705d7c6a | ||
|
|
e287585e3a | ||
|
|
3b41605ea1 |
6 changed files with 14 additions and 14 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
|
|
@ -2,7 +2,8 @@ Name: libusb-compat-0.1
|
|||
Version: 0.1.8
|
||||
Release: %autorelease
|
||||
Summary: Compatibility shim around libusb-1.0 offering the old 0.1 API
|
||||
License: LGPLv2+
|
||||
# Automatically converted from old format: LGPLv2+ - review is highly recommended.
|
||||
License: LicenseRef-Callaway-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
|
||||
|
|
|
|||
5
plans/integration.fmf
Normal file
5
plans/integration.fmf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
summary: Tests for libusb-compat-0.1
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
||||
6
tests/integration/main.fmf
Normal file
6
tests/integration/main.fmf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
summary: Integration test of libusb-compat-0.1
|
||||
require:
|
||||
- libusb1-devel
|
||||
- libusb-compat-0.1-tests-examples
|
||||
test: bash ./run.sh
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
- 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