Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ee63974f authored by Thomas Bouvier's avatar Thomas Bouvier :blush:
Browse files

Add new build system for Java tests

This commit adds a new Gradle subproject dedicated to Java tests.
Both kera_jni and kera_jni_test subprojects output their own shared
library, libkera_jni.so and libkera_jni_test.so, respectively. The
former links against libkera.so, whereas the latter links against
both libkera_jni.so and libkeratest.so.
parent e2825f09
No related branches found
No related tags found
No related merge requests found
Pipeline #189398 passed
Showing
with 301 additions and 117 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment