summaryrefslogtreecommitdiff
path: root/test/corrupt.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/corrupt.c')
-rw-r--r--test/corrupt.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/corrupt.c b/test/corrupt.c
index d6f85021..a2fad64d 100644
--- a/test/corrupt.c
+++ b/test/corrupt.c
@@ -395,5 +395,10 @@ main (int argc,
g_test_add ("/corrupt/byte-order/tcp", Fixture, "tcp:host=127.0.0.1", setup,
test_byte_order, teardown);
+#ifdef DBUS_UNIX
+ g_test_add ("/corrupt/byte-order/unix", Fixture, "unix:tmpdir=/tmp", setup,
+ test_byte_order, teardown);
+#endif
+
return g_test_run ();
}