summaryrefslogtreecommitdiffstats
path: root/bus/test-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/test-main.c')
-rw-r--r--bus/test-main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/bus/test-main.c b/bus/test-main.c
index a8efc507..c433075f 100644
--- a/bus/test-main.c
+++ b/bus/test-main.c
@@ -88,6 +88,12 @@ main (int argc, char **argv)
die ("policy");
check_memleaks (argv[0]);
+
+ printf ("%s: Running SHA1 connection test\n", argv[0]);
+ if (!bus_dispatch_sha1_test (&test_data_dir))
+ die ("sha1");
+
+ check_memleaks (argv[0]);
printf ("%s: Running message dispatch test\n", argv[0]);
if (!bus_dispatch_test (&test_data_dir))