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, 5 insertions, 1 deletions
diff --git a/bus/test-main.c b/bus/test-main.c
index 503d996d..26e9110d 100644
--- a/bus/test-main.c
+++ b/bus/test-main.c
@@ -53,10 +53,14 @@ main (int argc, char **argv)
if (!bus_dispatch_test (&test_data_dir))
die ("dispatch");
+
+ printf ("Success\n");
return 0;
#else /* DBUS_BUILD_TESTS */
-
+
+ printf ("Not compiled with test support\n");
+
return 0;
#endif
}