addressbook tests: Run with private D-Bus session and environment.
authorMurray Cumming <murrayc@murrayc.com>
Tue, 28 Jun 2011 09:12:56 +0000 (11:12 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 27 Nov 2012 12:54:49 +0000 (13:54 +0100)
commitae47997a88442080a49285e279162ac1f20a8483
tree3d8992ae94a3d57d5b6b5a2d10e96916f74122f6
parent2df3cc4ea19a9ee2b2f5d6954d56f74c024287db
addressbook tests: Run with private D-Bus session and environment.

* tests/: Add a tools/ directory with .sh files from
  libfolks/tests/tools/, to let us start and stop a private D-Bus
  session, and set XDG_* environment variables for local use of EDS,
  when running tests.
* tests/libebook/client/Makefile.am: Set TESTS_ENVIRONMENT to
  run the tests with the private D-Bus session.
configure.ac
tests/Makefile.am
tests/libebook/client/Makefile.am
tests/tools/Makefile.am [new file with mode: 0644]
tests/tools/dbus-session.sh [new file with mode: 0644]
tests/tools/eds.sh [new file with mode: 0644]
tests/tools/with-session-bus-eds.sh [new file with mode: 0755]