diff options
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rwxr-xr-x | tests/ring-monitor | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 7357aff..433370f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,6 +2,8 @@ AM_CFLAGS = $(ERROR_CFLAGS) \ @GLIB_CFLAGS@ @DBUS_CFLAGS@ \ -I$(top_srcdir) @CHECK_CFLAGS@ +dist_noinst_SCRIPTS = ring-monitor + noinst_LTLIBRARIES = libtestcommon.la libtestcommon_la_SOURCES = \ diff --git a/tests/ring-monitor b/tests/ring-monitor new file mode 100755 index 0000000..e27daae --- /dev/null +++ b/tests/ring-monitor @@ -0,0 +1,3 @@ +#! /bin/sh + +exec dbus-monitor "$@" sender=org.freedesktop.Telepathy.ConnectionManager.ring destination=org.freedesktop.Telepathy.ConnectionManager.ring |