From e745c29573950efcb7ffd7c0b6184582c4365c05 Mon Sep 17 00:00:00 2001 From: Alban Crequy Date: Tue, 4 Oct 2011 16:57:03 +0100 Subject: tests: add --enable-installed-tests This configure option makes it possible to install the tests in /usr/lib/telepathy-glib-tests and run them without the sources. The dbus configuration moved to tests/dbus/dbus-installed for the installed tests and is duplicated into tests/dbus/dbus-uninstalled for the uninstalled tests. https://bugs.freedesktop.org/show_bug.cgi?id=41455 --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 754014eca..ed78d5e3e 100644 --- a/.gitignore +++ b/.gitignore @@ -76,12 +76,16 @@ stamp-h1 tags /telepathy-glib-0.* /telepathy-glib/tmp-introspect*/ -tests/dbus/dbus-1/session.conf +tests/dbus/dbus-installed/session.conf +tests/dbus/dbus-uninstalled/session.conf +tests/dbus/run-test.sh tests/dbus/test-* +tests/dbus/tpglib-dbus-tests.list tests/test-* /tests/tools/actual.h /tests/tools/actual-body.h /tests/tools/actual-gtk-doc.h +tests/tpglib-tests.list tools/telepathy-glib-env /vala/telepathy-glib-generated.gi /vala/telepathy-glib.files @@ -90,4 +94,4 @@ tools/telepathy-glib-env /valgrind.log capture-*.log .\#* -\#*\# \ No newline at end of file +\#*\# -- cgit v1.2.1