mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 01:44:44 -04:00
added a 16 bit multiplier example
This commit is contained in:
parent
f7bdfb672c
commit
06be73ce02
2612
src/main/dig/combinatorial/Multiply16Bit.dig
Normal file
2612
src/main/dig/combinatorial/Multiply16Bit.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 {
|
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(203, new FileScanner(this::check).scan(examples));
|
assertEquals(204, new FileScanner(this::check).scan(examples));
|
||||||
assertEquals(108, testCasesInFiles);
|
assertEquals(109, testCasesInFiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user