Files
Adam Gibson 91131d0e1e Add test hack allowing us to debug surefire java tests (#10019)
* Fix ndarray compilation
Fix left over test issue
Add hack that configures surefire to use a wrapper that allows us to debug tests

* Fix ndarray compilation
Fix left over test issue
Add hack that configures surefire to use a wrapper that allows us to debug tests
2023-07-30 19:04:23 +09:00

334 B

Java configuration for surefire

The "java" file here is actually a shell script we use to allow us to customize surefire test execution via the parameter in surefire.

Surefire "detects" java by checking for a parent bin directory and a java executable. There is no configurable way to pass a wrapper script. Thus we do this.