Refactor smoke test
This commit is contained in:
parent
af86b7a8f9
commit
b654c30c3e
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue