Refactor smoke test

This commit is contained in:
Mikolaj Izdebski 2022-08-25 09:38:51 +02:00
parent af86b7a8f9
commit b654c30c3e

View File

@ -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