jnr / jffi

Java Foreign Function Interface
Apache License 2.0
168 stars 78 forks source link

Make the regression test suite stricter #68

Closed smortex closed 5 years ago

smortex commented 5 years ago

The build succeeds when the test suite fails, which surprised me a lot while working on the library and hit me again recently.

Make the build fail when the regression test suite does not pass. This helped fixing getting the right libc.so name on FreeBSD and detecting that the user's environment variables may have an impact on the library.

headius commented 5 years ago

Good find, thanks! Sorry for the delay!