mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 09:54:49 -04:00
added multiplier example
This commit is contained in:
parent
441771c004
commit
d854b16315
1324
src/main/dig/combinatorial/MultiplyOpt.dig
Normal file
1324
src/main/dig/combinatorial/MultiplyOpt.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(201, new FileScanner(this::check).scan(examples));
|
assertEquals(202, new FileScanner(this::check).scan(examples));
|
||||||
assertEquals(107, testCasesInFiles);
|
assertEquals(108, testCasesInFiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user