mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests/fifo: fail if connecting loopback doesn't work
This commit is contained in:
parent
f642fa6428
commit
62e1a7d962
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ Test(fpga, fifo, .description = "FIFO")
|
|||
continue;
|
||||
}
|
||||
|
||||
fifo.connectLoopback();
|
||||
if(not fifo.connectLoopback()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
/* Get some random data to compare */
|
||||
memset(dst, 0, sizeof(dst));
|
||||
|
|
Loading…
Add table
Reference in a new issue