Commit 829b1bb4 authored by Ewen McNeill's avatar Ewen McNeill

Include testutil.hpp if using SETTLE_TIME

Updated:
   tests/test_connect_delay_tipc.cpp
   tests/test_sub_forward_tipc.cpp
   tests/test_term_endpoint_tipc.cpp
parent 217e0ae9
......@@ -27,6 +27,8 @@
#undef NDEBUG
#include <assert.h>
#include "testutil.hpp"
int main (void)
{
int val;
......
......@@ -26,6 +26,8 @@
#undef NDEBUG
#include <assert.h>
#include "testutil.hpp"
int main (void)
{
fprintf (stderr, "test_sub_forward running...\n");
......
......@@ -27,6 +27,8 @@
#undef NDEBUG
#include <assert.h>
#include "testutil.hpp"
int main (void)
{
int rc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment