The native libs don't really have proper tests. Just a few sanity checks which were baked in during development and which are executed with make test. I made the native build call make test, because it seemed like an appropriate target, but it would actually significantly increase the bloat of the pom.xml if we created two separate executions, one for make and another for make test.
I don't really think it's worth separating them (primarily because of the pom bloat) since they only add a minuscule amount of time to run, and they should always work if the library built correctly.
The native libs don't really have proper tests. Just a few sanity checks which were baked in during development and which are executed with make test. I made the native build call make test, because it seemed like an appropriate target, but it would actually significantly increase the bloat of the pom.xml if we created two separate executions, one for make and another for make test.
I don't really think it's worth separating them (primarily because of the pom bloat) since they only add a minuscule amount of time to run, and they should always work if the library built correctly.