mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-17 08:55:05 -04:00
fixed build error if ghdl is not installed
This commit is contained in:
parent
68178b1095
commit
76bd1d5d7f
@ -44,7 +44,7 @@ public class TestInSimulator extends TestCase {
|
||||
File examples = new File(Resources.getRoot(), "/dig/test/vhdl");
|
||||
try {
|
||||
int tested = new FileScanner(this::check).noOutput().scan(examples);
|
||||
assertEquals(28, tested);
|
||||
assertEquals(27, tested);
|
||||
assertEquals(tested, testBenches);
|
||||
} catch (FileScanner.SkipAllException e) {
|
||||
// if ghdl is not installed its also ok
|
||||
|
Loading…
x
Reference in New Issue
Block a user