ant/plans/smoke.fmf

13 lines
275 B
Plaintext
Raw Normal View History

2022-04-22 10:12:40 +00:00
summary: Basic smoke test
2022-08-23 07:06:49 +00:00
discover:
how: shell
tests:
- name: /smoke/show-version
test: ant -version
- name: /smoke/show-diagnostics
test: ant -diagnostics
- name: /smoke/hello-world
test: ant -v -f plans/smoke.xml hello
2022-04-22 10:12:40 +00:00
execute:
2022-08-23 07:06:49 +00:00
how: tmt