aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-helper.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-5/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+3
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-1/+1
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Remove dead code in tests that still use MC4Xavier Claessens2010-06-211-103/+0
|
* Init GTK from test_init()Xavier Claessens2009-11-251-2/+4
|
* Call empathy_init() from test_init()Xavier Claessens2009-11-251-1/+3
|
* merge check-empathy-helpers to test-helperGuillaume Desmottes2009-11-031-0/+159
|
* move test_init/test_deinit to test-helper.cGuillaume Desmottes2009-11-031-0/+19