Add smoke test
This commit is contained in:
parent
f3dd49b521
commit
3947e3add3
6
plans/smoke.fmf
Normal file
6
plans/smoke.fmf
Normal 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
5
plans/smoke.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<project>
|
||||||
|
<target name="hello">
|
||||||
|
<echo message="Hello, world"/>
|
||||||
|
</target>
|
||||||
|
</project>
|
Loading…
Reference in New Issue
Block a user