Using ant build script instead

This commit is contained in:
Flare Microsystems
2024-11-08 17:51:43 -08:00
parent dd43614e04
commit 9dd716b0ac
2 changed files with 1 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
package test;
import static org.junit.Assert.*;
import org.junit.Test;
public class TestCase {
@Test
public void test() {
assertTrue(true);
}
}