]> git.puffer.fish Git - matthieu/frr.git/commit
pceplib: Fix code not building properly
authorDonald Sharp <sharpd@nvidia.com>
Wed, 24 Jan 2024 13:50:38 +0000 (08:50 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 24 Jan 2024 14:07:17 +0000 (09:07 -0500)
commitb28eaa1c67aa09fb266fe8d5d2a590cb9c8d1616
treeaef06c6ca27b0c738d3ce8e41cee7af51d36e5e1
parente3e4232102f71c215dd41e253619f771731bb161
pceplib: Fix code not building properly

The series of pceplib tests are not being run at the moment
due to them not even building.  Apparently adding the `libcunit1`
debian package is enough to get them to build in our system.
While weird, let's get this building at least for people that
have this and `--enable-werror` turned on.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
pceplib/pcep_socket_comm_mock.c
pceplib/test/pcep_msg_messages_test.c
pceplib/test/pcep_msg_object_error_types_test.c
pceplib/test/pcep_msg_objects_test.c
pceplib/test/pcep_msg_tlvs_test.c
pceplib/test/pcep_msg_tools_test.c
pceplib/test/pcep_pcc_api_test.c
pceplib/test/pcep_utils_counters_test.c