mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 23:45:17 -04:00
added cmos full adder as a fet test case
This commit is contained in:
parent
44c158e9cd
commit
a224576668
@ -39,8 +39,8 @@ public class TestExamples extends TestCase {
|
|||||||
*/
|
*/
|
||||||
public void testTestExamples() throws Exception {
|
public void testTestExamples() throws Exception {
|
||||||
File examples = new File(Resources.getRoot(), "/dig/test");
|
File examples = new File(Resources.getRoot(), "/dig/test");
|
||||||
assertEquals(72, new FileScanner(this::check).scan(examples));
|
assertEquals(73, new FileScanner(this::check).scan(examples));
|
||||||
assertEquals(66, testCasesInFiles);
|
assertEquals(67, testCasesInFiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
1135
src/test/resources/dig/test/fet/cmosFullAdder.dig
Normal file
1135
src/test/resources/dig/test/fet/cmosFullAdder.dig
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user