jurand/tests/smoke/main.fmf
2023-03-08 12:36:17 +00:00

12 lines
295 B
Plaintext

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