From 6dc16e3c96f58d3b1db1870e67ea552baa8952ee Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Wed, 21 Jun 2023 14:43:00 +0200 Subject: [PATCH] import sources --- .fmf/version | 1 + .gitignore | 1 - plan.fmf | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .fmf/version create mode 100644 plan.fmf 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