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/main: assert that there's an fpga

This commit is contained in:
daniel-k 2018-01-16 15:08:56 +01:00
parent 16455bdd13
commit 61de103c9e

View file

@ -96,6 +96,8 @@ static void init()
fpga = fpgaCards.front().get();
}
cr_assert_not_null(fpga, "No FPGA card available");
json_decref(json);
}