summaryrefslogtreecommitdiff
path: root/test cases/java/8 codegen custom target
Commit message (Collapse)AuthorAgeFilesLines
* tests/java: force latency in generation to exercise raceDylan Baker2018-11-071-1/+1
| | | | | | Because we are racing here. In reality *all* of the java in that target may rely on the generated file, so we need to block all of them, like we would for headers in C/C++.
* ninjabackend: add generated source files to jar compile target source listAurélien Zanelli2018-11-025-0/+54
Otherwise, passing result of custom_target() to jar() target is ignored and won't be compiled resulting in build fail.