mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-11 10:21:50 +02:00
fixing tests to run on rhel7
This commit is contained in:
@ -115,7 +115,7 @@ TEST_CASE("Copy construct a MacAddr") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE("udp dst struct basic properties") {
|
TEST_CASE("udp dst struct basic properties") {
|
||||||
static_assert(sizeof(UdpDestination) == 36);
|
static_assert(sizeof(UdpDestination) == 36, "udpDestination struct size does not match");
|
||||||
UdpDestination dst{};
|
UdpDestination dst{};
|
||||||
REQUIRE(dst.entry == 0);
|
REQUIRE(dst.entry == 0);
|
||||||
REQUIRE(dst.port == 0);
|
REQUIRE(dst.port == 0);
|
||||||
|
Reference in New Issue
Block a user