From ced08bf37a9ea807ac5755fff7c120eeec09dc30 Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Sun, 25 Mar 2012 11:31:39 +0200 Subject: wireformat test added --- tests/tests.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/tests.cpp') diff --git a/tests/tests.cpp b/tests/tests.cpp index ca1b2eb..d4756ab 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -99,6 +99,10 @@ #include "polltimeo.cpp" #undef XS_TEST_MAIN +#define XS_TEST_MAIN wireformat +#include "wireformat.cpp" +#undef XS_TEST_MAIN + int main () { int rc; @@ -137,6 +141,8 @@ int main () assert (rc == 0); rc = polltimeo (); assert (rc == 0); + rc = wireformat (); + assert (rc == 0); fprintf (stderr, "SUCCESS\n"); sleep (1); -- cgit v1.2.3