We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbfcba commit f52c134Copy full SHA for f52c134
2 files changed
libcurvecpr/test/Makefile.am
@@ -21,4 +21,7 @@ messager_test_timeout_callback_fires_SOURCES = messager/test_timeout_callback_fi
21
check_PROGRAMS += util/test_nanoseconds
22
util_test_nanoseconds_SOURCES = util/test_nanoseconds.c
23
24
+check_PROGRAMS += packet_delivery/packet_delivery
25
+packet_delivery_packet_delivery_SOURCES = packet_delivery/packet_delivery.c
26
+
27
TESTS = $(check_PROGRAMS)
0 commit comments