summaryrefslogtreecommitdiff
path: root/tests/dbus/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use the Automake "parallel-tests" driver, albeit in non-parallel modeSimon McVittie2013-11-071-9/+14
| | | | | | | | | | | | | | | | | | | | This seems perverse, but it means we invoke tests in the same way I want to use for other Telepathy projects, which will help when we want to merge their source trees together. Now that we can rely on having the parallel-tests setup, we can use AM_TESTS_ENVIRONMENT instead of TESTS_ENVIRONMENT (which is now reserved for the user, like CFLAGS), and we must use LOG_COMPILER rather than TESTS_ENVIRONMENT for "adverb" command prefixes. We no longer need to use test-wrapper.sh for the tests, because Automake has similar functionality built-in. On a buildbot or similar, use "make check VERBOSE=1" to cat the logs automatically. (cherry picked from commit 09ff23c267f2b90576cb79c8d3187eda6cb435c8) Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
* Use AC_PROG_MKDIR_P, MKDIR_P instead of deprecated AM_PROG_MKDIR_P, mkdir_pSimon McVittie2013-11-071-1/+1
| | | | | | | | | Similar to MC commit 04dd9b4. (cherry picked from commit 6b05f8f7b39b2dd77f4e71447a633b568cb1311c) Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
* tests: Add a test for log-walker/get-eventsDebarshi Ray2012-08-281-0/+1
| | | | | | | ... to cover events coming from multiple stores spanning several days where multiple events might have the same timestamp. Fixes: https://bugs.freedesktop.org/41772
* tests: Add a test for log-iter-pidgin/get-eventsDebarshi Ray2012-08-281-0/+1
| | | | | | ... to cover text events spanning multiple days. Fixes: https://bugs.freedesktop.org/41772
* tests: Add a test for log-iter-xml/get-eventsDebarshi Ray2012-08-281-0/+1
| | | | | | | ... to cover text events spanning multiple days, and a mix of call and text events. Fixes: https://bugs.freedesktop.org/41772
* Moved sqlite test with dbus testsNicolas Dufresne2011-03-011-0/+1
|
* Moves observer test with dbus testsNicolas Dufresne2011-03-011-0/+1
| | | | Also removed unused dependency to TplChannelTest.
* Replace empty log-manager test with test-searchesNicolas Dufresne2011-02-241-1/+1
|
* Fix 'make dist' so it worksNicolas Dufresne2011-02-231-5/+0
|
* Fix valgrind support in tests/dbusNicolas Dufresne2011-02-221-1/+1
| | | | | This is just a quick fix, there seems to be redondant stuff between valgrind.mk and the Makefiles.am.
* Implement test for XML logstore clear methodNicolas Dufresne2011-02-101-0/+1
|
* Move test-entity to dbus enabled test and cleanupNicolas Dufresne2011-01-211-10/+20
| | | | | As tpl-entity uses dbus, move it to dbus enabled test so it runs in sep dbus session. Also cleanup makefiles and headers so it all compiles well.
* Add test/dbus testsuites, as tp-glib does.Cosimo Alfarano2011-01-211-0/+73
Importing only the needed modules from tests/lib/