Add smoke test

This commit is contained in:
Mikolaj Izdebski 2022-04-22 12:12:40 +02:00
parent f3dd49b521
commit 3947e3add3
2 changed files with 11 additions and 0 deletions

6
plans/smoke.fmf Normal file
View File

@ -0,0 +1,6 @@
summary: Basic smoke test
execute:
script:
- ant -version
- ant -diagnostics
- ant -v -f plans/smoke.xml hello

5
plans/smoke.xml Normal file
View File

@ -0,0 +1,5 @@
<project>
<target name="hello">
<echo message="Hello, world"/>
</target>
</project>