import sources
This commit is contained in:
parent
04b3760ccc
commit
6dc16e3c96
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/scour-0.35.tar.gz
|
||||
/scour-0.35.tar.gz
|
||||
|
15
plan.fmf
Normal file
15
plan.fmf
Normal file
@ -0,0 +1,15 @@
|
||||
/:
|
||||
inherit: false
|
||||
execute:
|
||||
how: tmt
|
||||
discover:
|
||||
how: shell
|
||||
tests:
|
||||
- name: binary exists
|
||||
test: scour --version
|
||||
require:
|
||||
- python3-scour
|
||||
- name: import works
|
||||
test: /usr/libexec/platform-python -c "import scour; print(scour.__file__)"
|
||||
require:
|
||||
- python3-scour
|
Loading…
Reference in New Issue
Block a user