testing: do not require telepathy
authorPatrick Ohly <patrick.ohly@intel.com>
Mon, 25 Mar 2013 13:30:48 +0000 (14:30 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Tue, 26 Mar 2013 08:49:21 +0000 (09:49 +0100)
commit9064f78a3d57f1141eb67b247aa2627accf79e24
tree08070dd1a44a70fbcb056588e18cfd45d543541f
parent7f1fd0dd0487020c33c8519f5780a9c4964c2f18
testing: do not require telepathy

Previously, all testing was disabled when the Telepathy backend was
disabled. That is too strict. For example, the EDS backend tests can
work without it.

Only the core folks tests and of course the Telepathy tests depend on
the Telepathy backend and thus must be disabled when that backend is
disabled.

Adding the TP backend path to the FOLKS_BACKEND_PATH env variable
must be conditional, otherwise there are errors about not finding that
.so file when running the other tests.
configure.ac
tests/Makefile.am