Mentions légales du service

Skip to content
Snippets Groups Projects
  • Thomas Bouvier's avatar
    ee63974f
    Add new build system for Java tests · ee63974f
    Thomas Bouvier authored
    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.
    ee63974f
    History
    Add new build system for Java tests
    Thomas Bouvier authored
    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.