JNI for test coverage #3965

one step back
This commit is contained in:
rusefillc 2022-03-01 07:32:10 -05:00
parent 1a2d5a3500
commit c4ee5241d7
1 changed files with 2 additions and 0 deletions

View File

@ -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();