NarSystem.java
// DO NOT EDIT: Generated by NarSystemGenerate.
package org.opendaylight.tcpmd5.jni;
/**
* Generated class to load the correct version of the jni library
*
* @author nar-maven-plugin
*/
public final class NarSystem
{
private NarSystem()
{
}
/**
* Load jni library: tcpmd5-jni-1.2.5-SNAPSHOT
*
* @author nar-maven-plugin
*/
public static void loadLibrary()
{
System.loadLibrary("tcpmd5-jni-1.2.5-SNAPSHOT");
}
public static int runUnitTests() {
return new NarSystem().runUnitTestsNative();
}
public native int runUnitTestsNative();
}