diff --git a/plans/local/basic.fmf b/plans/local/basic.fmf new file mode 120000 index 0000000..a00dd90 --- /dev/null +++ b/plans/local/basic.fmf @@ -0,0 +1 @@ +../pr-tests/basic.fmf \ No newline at end of file diff --git a/plans/local/main.fmf b/plans/local/main.fmf new file mode 100644 index 0000000..4cb683d --- /dev/null +++ b/plans/local/main.fmf @@ -0,0 +1,8 @@ +/basic: + summary+: ' (localhost)' + discover+: + filter: tag:local + prepare: + - name: Install missing dependencies + how: install + package: python3-gobject-base diff --git a/tests/units/main.fmf b/tests/units/main.fmf index 2f5323a..ba95450 100644 --- a/tests/units/main.fmf +++ b/tests/units/main.fmf @@ -2,5 +2,15 @@ summary: Run unit tests description: Run all unit tests for the Simpleline project. contact: Jiri Konecny duration: 10m -path: tests/ -test: ./units/run_test.sh + +/source: + summary+: ' (source)' + path: / + test: ./tests/units/run_test.sh + tag: local + +/system: + summary+: ' (system)' + path: tests/ + test: ./units/run_test.sh + tag: sys-installed