parent
1a2d5a3500
commit
c4ee5241d7
|
@ -1,11 +1,13 @@
|
||||||
package com.rusefi.native_;
|
package com.rusefi.native_;
|
||||||
|
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import static junit.framework.Assert.assertTrue;
|
import static junit.framework.Assert.assertTrue;
|
||||||
|
|
||||||
public class JniUnitTest {
|
public class JniUnitTest {
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void run() {
|
public void run() {
|
||||||
JniSandbox.loadLibrary();
|
JniSandbox.loadLibrary();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue