summaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp6
1 files changed, 6 insertions, 0 deletions
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);