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