Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Test each example in a new environment (wpilibsuite#5662)
In C++ each example is a separate source set, but in Java they were one source set and tested as one with the test task. Example-specific test tasks exist for Java, but they weren't used. This modifies the test task to exclude the example tests, instead depending on each example's test task. The advantage of this is that each example is tested in a separate environment, so leftover state from one example isn't carried over.
- Loading branch information