diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/.gitignore b/.gitignore index 555be60..a35e0f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/scour-0.35.tar.gz /scour-0.35.tar.gz diff --git a/plan.fmf b/plan.fmf new file mode 100644 index 0000000..09c1b85 --- /dev/null +++ b/plan.fmf @@ -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