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 6474300..4071056 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -119,6 +119,10 @@
#include "shutdown.cpp"
#undef XS_TEST_MAIN
+#define XS_TEST_MAIN backlog
+#include "backlog.cpp"
+#undef XS_TEST_MAIN
+
int main ()
{
int rc;
@@ -167,6 +171,8 @@ int main ()
assert (rc == 0);
rc = shutdown ();
assert (rc == 0);
+ rc = backlog ();
+ assert (rc == 0);
fprintf (stderr, "SUCCESS\n");
sleep (1);