ajout repertoire jar

This commit is contained in:
Louis Calas
2019-09-26 21:38:13 +02:00
parent 3eb6ddff90
commit 9d943c4194
3 changed files with 26 additions and 1 deletions

19
NGCC/tests/TestExec.java Normal file
View File

@@ -0,0 +1,19 @@
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import picocli.CommandLine;
class TestExec {
@Test
void test() throws InterruptedException {
Exec exec = new Exec();
//Exec.main(new String[] {});
}
}