adds two new 7-seg drivers, closes #305

This commit is contained in:
hneemann 2019-08-12 17:55:38 +02:00
parent 9a1c33a104
commit b0eb8726f3
3 changed files with 3507 additions and 2 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -32,8 +32,8 @@ public class TestExamples extends TestCase {
*/ */
public void testDistExamples() throws Exception { public void testDistExamples() throws Exception {
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig"); File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
assertEquals(269, new FileScanner(this::check).scan(examples)); assertEquals(271, new FileScanner(this::check).scan(examples));
assertEquals(186, testCasesInFiles); assertEquals(188, testCasesInFiles);
} }
/** /**