jurand/tests/smoke/main.fmf

12 lines
295 B
Plaintext
Raw Normal View History

2023-03-08 07:18:59 +00:00
summary: Jurand smoke test
description: |
Download Guava sources, run Jurand to remove annotations and then
compile Guava to verify that annotations were removed, producing
valid Java code that can be compiled.
require:
- wget
- tar
- gzip
- findutils
- java-1.8.0-openjdk-devel