We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c046e87 commit dee9d29Copy full SHA for dee9d29
libcurvecpr/test/Makefile.am
@@ -18,6 +18,9 @@ messager_test_send_with_1_failure_moves_message_from_sendq_SOURCES = messager/te
18
check_PROGRAMS += messager/test_timeout_callback_fires
19
messager_test_timeout_callback_fires_SOURCES = messager/test_timeout_callback_fires.c
20
21
+check_PROGRAMS += messager/test_delivery
22
+messager_test_delivery_SOURCES = messager/test_delivery.c
23
+
24
check_PROGRAMS += util/test_nanoseconds
25
util_test_nanoseconds_SOURCES = util/test_nanoseconds.c
26
libcurvecpr/test/messager/.gitignore
@@ -2,3 +2,4 @@
2
/test_recv_requests_removal_from_sendmarkq
3
/test_send_with_1_failure_moves_message_from_sendq
4
/test_timeout_callback_fires
5
+/test_delivery
0 commit comments