mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests/main: assert that there's an fpga
This commit is contained in:
parent
16455bdd13
commit
61de103c9e
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ static void init()
|
|||
fpga = fpgaCards.front().get();
|
||||
}
|
||||
|
||||
cr_assert_not_null(fpga, "No FPGA card available");
|
||||
|
||||
json_decref(json);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue