mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 23:45:17 -04:00
Fixed some bug concerning switches
added a 16-Bit SRAM example
This commit is contained in:
parent
b28e97b305
commit
5932987a20
@ -29,7 +29,7 @@ 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(100, new FileScanner(this::check).scan(examples));
|
assertEquals(100, new FileScanner(this::check).scan(examples));
|
||||||
assertEquals(51, testCasesInFiles);
|
assertEquals(52, testCasesInFiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user