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
This commit is contained in:
Ewen McNeill 2014-07-24 13:00:21 +12:00
parent 217e0ae9c6
commit 829b1bb4d4
3 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,8 @@
#undef NDEBUG
#include <assert.h>
#include "testutil.hpp"
int main (void)
{
int val;

View File

@ -26,6 +26,8 @@
#undef NDEBUG
#include <assert.h>
#include "testutil.hpp"
int main (void)
{
fprintf (stderr, "test_sub_forward running...\n");

View File

@ -27,6 +27,8 @@
#undef NDEBUG
#include <assert.h>
#include "testutil.hpp"
int main (void)
{
int rc;