summaryrefslogtreecommitdiff
path: root/test cases/java/8 codegen custom target
AgeCommit message (Collapse)Author
2018-11-07tests/java: force latency in generation to exercise raceDylan Baker
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++.
2018-11-02ninjabackend: add generated source files to jar compile target source listAurélien Zanelli
Otherwise, passing result of custom_target() to jar() target is ignored and won't be compiled resulting in build fail.