From b654c30c3e8fca635c6aeba05505bfb0e825515d Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 25 Aug 2022 09:38:51 +0200 Subject: [PATCH] Refactor smoke test --- plans/smoke.fmf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plans/smoke.fmf b/plans/smoke.fmf index dcc95fd..6faab89 100644 --- a/plans/smoke.fmf +++ b/plans/smoke.fmf @@ -1,4 +1,9 @@ summary: Basic smoke test +discover: + how: shell + tests: + - name: /smoke/empty-grammar + test: | + echo 'non terminal bar; bar::=;' | cup execute: - script: - - echo 'non terminal bar; bar::=;' | cup + how: tmt