Refactor smoke test

f38
Mikolaj Izdebski 2 years ago
parent af86b7a8f9
commit b654c30c3e

@ -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…
Cancel
Save