summaryrefslogtreecommitdiff
path: root/tests/test-tpl-conf.c
Commit message (Collapse)AuthorAgeFilesLines
* Include config.h as the first thing in every .c fileDebarshi Ray2013-01-091-0/+2
| | | | | | | | | | | This is Autoconf best-practice, and ensures that the GLib and Telepathy version-selection macros defined by configure.ac work as intended. Including config.h turns on ENABLE_DEBUG, which in turn leads to the usage of _tpl_debug_set_flags_from_env. In those cases we should include telepathy-logger/debug-internal.h also. Fixes: https://bugs.freedesktop.org/59165
* Workaround style checker false positiveNicolas Dufresne2011-03-171-1/+1
|
* conf: prefix internal API with underscoreGuillaume Desmottes2010-06-041-2/+2
|
* rename all non public headers to -internal.hGuillaume Desmottes2010-05-271-1/+1
|
* created gtk-doc infrastructureCosimo Alfarano2010-02-101-1/+0
| | | | | | * created doc/ infrastructure * added several doc comments * fixed some tests
* Adding an improved (a bit) infrastructure for testCosimo Alfarano2010-02-041-1/+1
|
* imported tests from telepathy-gabbleCosimo Alfarano2010-02-011-0/+30
* 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