mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 09:54:49 -04:00
Added 74191 (#50)
This commit is contained in:
parent
2c58c908b5
commit
c67a658a25
1506
src/main/dig/lib/74xx/counter/74191.dig
Normal file
1506
src/main/dig/lib/74xx/counter/74191.dig
Normal file
File diff suppressed because it is too large
Load Diff
@ -29,8 +29,8 @@ public class TestExamples extends TestCase {
|
||||
*/
|
||||
public void testDistExamples() throws Exception {
|
||||
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig");
|
||||
assertEquals(199, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(100, testCasesInFiles);
|
||||
assertEquals(200, new FileScanner(this::check).scan(examples));
|
||||
assertEquals(102, testCasesInFiles);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -28,7 +28,7 @@ public class TestLib extends TestCase {
|
||||
File examples = new File(Resources.getRoot().getParentFile().getParentFile(), "/main/dig/lib");
|
||||
descrMap = new HashMap<>();
|
||||
new FileScanner(this::check).scan(examples);
|
||||
assertTrue(count74xx >= 59);
|
||||
assertTrue(count74xx >= 60);
|
||||
}
|
||||
|
||||
private void check(File dig) throws PinException, NodeException, ElementNotFoundException, IOException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user