cmake: Rework Test.java to CMakeTest.java

This commit is contained in:
Mizux Seiha
2020-09-15 21:54:40 +02:00
parent 37d03acd06
commit d5065c1e65
2 changed files with 16 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ import com.google.ortools.linearsolver.MPVariable;
import org.junit.jupiter.api.Test;
/** @author Mizux */
public class Test {
public class CMakeTest {
@Test
public void testLP() {
Loader.loadNativeLibraries();