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