diff options
author | Alban Crequy <alban.crequy@collabora.co.uk> | 2011-10-04 16:57:03 +0100 |
---|---|---|
committer | Alban Crequy <alban.crequy@collabora.co.uk> | 2011-11-04 16:44:25 +0000 |
commit | e745c29573950efcb7ffd7c0b6184582c4365c05 (patch) | |
tree | b4fe4824eb2e7f9b32863e3ce7c58026708ab2b3 /.gitignore | |
parent | 45b8e51b72b95646ad855807d0b0f9d89737edf1 (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
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 +\#*\# |