1
0
Fork 0
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:
daniel-k 2018-01-23 14:43:06 +01:00
parent f642fa6428
commit 62e1a7d962

View file

@ -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));