summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use the Automake "parallel-tests" driver, albeit in non-parallel modeSimon McVittie2013-11-071-4/+6
| | | | | | | | | | | | | | | | | | | | 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
* Remove unexistant file from MakefileNicolas Dufresne2011-03-171-6/+0
|
* Remove empty channel testNicolas Dufresne2011-03-151-3/+0
|
* Removed twisted test has they have never been usedNicolas Dufresne2011-03-151-4/+0
|
* Moved sqlite test with dbus testsNicolas Dufresne2011-03-011-1/+0
|
* Moves observer test with dbus testsNicolas Dufresne2011-03-011-8/+0
| | | | Also removed unused dependency to TplChannelTest.
* Replace empty log-manager test with test-searchesNicolas Dufresne2011-02-241-1/+0
|
* Remove dead test codeNicolas Dufresne2011-02-241-1/+0
|
* Add test logs to EXTRA_DISTNicolas Dufresne2011-02-231-0/+2
|
* Move test-entity to dbus enabled test and cleanupNicolas Dufresne2011-01-211-21/+6
| | | | | 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-16/+26
| | | | Importing only the needed modules from tests/lib/
* Add test for _tpl_entity_new_from_tp_contact()Nicolas Dufresne2011-01-191-1/+5
|
* Refactored TplEntity and added unit-testNicolas Dufresne2011-01-191-0/+2
|
* merge PL and LIBTPL libs togetherGuillaume Desmottes2010-08-171-2/+2
|
* [conf] support a new env var TPL_TEST_MODE that doesn't enable GSettingsDanielle Madeley2010-08-121-1/+4
| | | | Use the env var to enable 'make check' to work.
* Revert "Remove tests using GSettings for now"Guillaume Desmottes2010-08-111-0/+11
| | | | This reverts commit 3dc641c316ef08fecf891d60b5b4551f7f346c3f.
* Remove tests using GSettings for nowtelepathy-logger-0.1.5Guillaume Desmottes2010-08-111-11/+0
| | | | They are broken because of fdo #29503 and I need a release now.
* remove test-tpl-entry.cGuillaume Desmottes2010-06-231-2/+0
| | | | | It's doesn't test anything and we should replace it by a proper test using fake services and stuffs.
* rename test-tpl-log-entry.c to test-tpl-entry.cGuillaume Desmottes2010-06-071-2/+2
|
* Renamed log-store-counter into log-store-sqliteCosimo Alfarano2010-03-081-1/+1
| | | | Updated also all the methods' calls
* log-store-counter: a log store that uses sqlite3 to count messagesDanielle Madeley2010-03-051-2/+5
|
* make distcheck fixesDanielle Madeley2010-02-241-3/+10
|
* Modified twisted testcasesCosimo Alfarano2010-02-121-0/+1
|
* created gtk-doc infrastructureCosimo Alfarano2010-02-101-5/+9
| | | | | | * created doc/ infrastructure * added several doc comments * fixed some tests
* Add support for multi logstoreCosimo Alfarano2010-02-041-4/+10
|
* imported tests from telepathy-gabbleCosimo Alfarano2010-02-011-0/+48
* test folder imported from telepathy-gabble, twisted/ still not working but cleaned-up of clearly useless tests. it still needs a further clean-up and adaptation in order to be used. * basic C tests written * autotools (configure and Makefile .au) updated for Python and Twisted checking. * autotools (configure and Makefile .au) updated for DBus and DBus-glib basic requirement