aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* run coding style checks on testsGuillaume Desmottes2014-01-061-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=721484
* remove test.{manager,profile}Guillaume Desmottes2013-10-311-4/+0
| | | | They are not used since a while.
* Use the telepathy-account-widgets submodule instead of the internal copyMarco Barisione2013-08-201-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tp-account-widgets: Move the IRC support sources with the account widgetEmanuele Aina2013-08-201-0/+2
| | | | | | | | To handle different networks and servers the IRC account widget uses many helper object and functions. Move them close to the IRC account widget sources. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+2
| | | | | | | | 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
* tests: Fix empathy-tls-testStef Walter2013-02-061-2/+2
| | | | | | | * Create new certificates * Add a make target for rebuilding the certificates in the future https://bugzilla.gnome.org/show_bug.cgi?id=693190
* tests: disable empathy-tls-testEMPATHY_3_7_5Guillaume Desmottes2013-02-051-2/+2
| | | | | The test is currently broken because tests/certificates/dhansak-collabora.cer expired. I opened bgo#693190 to fix it.
* add tests/certificates/Makefile.amGuillaume Desmottes2012-04-231-1/+1
| | | | | certificates needs to be in EXTRA_DIST so empathy-tls-test passes when distchecking.
* tls-test: Use a proper PKCS#11 mock module for testingStef Walter2012-04-191-1/+3
| | | | | | | | | | | * In empathy-tls-test.c use a proper PKCS#11 mock module, which we can place certificate anchors and pinned certificates in. * Fix EmpathyTlsVerifier to check for server trust assertions not client ones, this was a bug highlighted by fixing tests. https://bugzilla.gnome.org/show_bug.cgi?id=668186 https://bugzilla.gnome.org/show_bug.cgi?id=668261
* add tests to noinst_PROGRAMSGuillaume Desmottes2012-04-191-1/+4
| | | | | Make sure tests are always build. This is how tp-glib is handling its tests as well.
* Hook tests on 'make check' instead of 'make test'Guillaume Desmottes2012-04-191-6/+4
| | | | | | | | This is how it's supposed to be done and so has the nice side effect of actually using TESTS_ENVIRONMENT and so fix tests if EMPATHY_SRCDIR is not defined. https://bugzilla.gnome.org/show_bug.cgi?id=668186
* remove unused string util functionsGuillaume Desmottes2011-06-291-4/+0
|
* tests: Lookup the pkcs11 standalone directory at run time.Stef Walter2010-12-241-1/+0
| | | | | Rather than cluttering up configure, lookup the relevant directory at runtime.
* test: Add tests which load PKCS#11 modules for TLS verification.Stef Walter2010-12-241-0/+2
| | | | | | Add various tests which load gnome-keyring PKCS#11 modules and use them in the TLS verification. These are the standalone versions of the builtin gnome-keyring PKCS#11 modules.
* tests: Add mock object and test infrastructure for testing tls.Stef Walter2010-12-241-1/+5
| | | | | | | Create a mock o.f.T.Authentication.TLSCertificate object and connect to it in various tests. Loads certificate data from certificates/ subdir
* Group all harddeps in one pkg-config callXavier Claessens2010-11-151-2/+0
| | | | We do not support GTK2 anymore, so there is no point in keeping those
* Add GTK_LIBS to build testsXavier Claessens2010-07-301-3/+6
|
* add GTK+ flags when building testsGuillaume Desmottes2010-07-131-0/+1
|
* rename valgrind.supp to tp-glib.suppGuillaume Desmottes2010-07-021-1/+1
|
* Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-181-2/+0
|
* tests: add TPL CFLAGS and LIBSGuillaume Desmottes2010-06-181-0/+2
|
* Add unit test for the live search matchingXavier Claessens2010-06-081-1/+5
|
* Revert "Disable empathy-parser-test for now as it doesn't build any more"Xavier Claessens2010-03-051-2/+2
| | | | This reverts commit 400dc9cfed1e4ff95e10ecec47c51871332302a9.
* Disable empathy-parser-test for now as it doesn't build any moreEMPATHY_2_29_91_2Guillaume Desmottes2010-03-051-2/+2
|
* Add parser testsXavier Claessens2009-11-251-1/+5
|
* rename check-irc-helper to test-irc-helperGuillaume Desmottes2009-11-031-3/+3
|
* merge check-empathy-helpers to test-helperGuillaume Desmottes2009-11-031-2/+1
|
* remove check-*Guillaume Desmottes2009-11-031-29/+1
|
* port check-empathy-chatroom-manager.c to GTestGuillaume Desmottes2009-11-031-3/+6
| | | | | The tests have not been ported yet as they are currently disabled.
* port check-empathy-chatroom.c to GTestGuillaume Desmottes2009-11-031-2/+5
| | | | | The tests have not been ported yet as they are currently disabled.
* port check-empathy-irc-network-manager.c to GTestGuillaume Desmottes2009-11-031-2/+7
|
* port check-empathy-irc-network.c to GTestGuillaume Desmottes2009-11-031-2/+6
|
* port check-empathy-irc-server.c to GTestGuillaume Desmottes2009-11-031-2/+6
|
* move test_init/test_deinit to test-helper.cGuillaume Desmottes2009-11-031-1/+2
|
* port check-empathy-utils.c to GTestGuillaume Desmottes2009-11-031-3/+22
|
* move test app needing user interaction to interactive/Guillaume Desmottes2009-10-291-24/+1
| | | | tests/ should be used only for automatic unit tests.
* Enable extra error CFLAGS in tests/Guillaume Desmottes2009-10-231-0/+1
|
* Make the import system more future-proofCosimo Cecchi2009-08-221-1/+1
| | | | | | | | | Split the utilities from the widget and the dialog; we now have an enum for supported applications, with a special value which means "all applications", which is the only one which triggers showing the "Source" column in EmpathyImportWidget. We need this to avoid being redundant in the EmpathyAccountAssistant, as we already choose there the application from which to import.
* Update the testCosimo Cecchi2009-08-221-0/+3
|
* Move back the account assistant to src/Cosimo Cecchi2009-08-221-0/+5
|
* Add a test for the assistantCosimo Cecchi2009-08-221-0/+2
|
* Transform profile chooser into a protocol chooserSjoerd Simons2009-07-061-2/+2
|
* Add test-empathy-profile-chooser.Jonny Lamb2009-06-051-1/+3
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Merge branch 'presets-dialog'Davyd Madeley2009-04-231-1/+3
|\
| * Skeleton of a test program for the dialogDavyd Madeley2009-04-211-1/+3
| |
* | Remove obsolet test applicationsXavier Claessens2009-04-221-4/+0
|/
* Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-181-1/+2
| | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* enable coding style checks in testsGuillaume Desmottes2009-04-161-0/+5
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2835
* Add a test program for the presence widgetDavyd Madeley2009-04-111-1/+3
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2767
* Added Elliot's empetit test program.Jonny Lamb2009-01-311-1/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2335
* Add necessary files to EXTRA_DISTXavier Claessens2008-12-011-0/+4
| | | | svn path=/trunk/; revision=1940
* move empathy specifc helpers to check-empathy-helpersXavier Claessens2008-10-131-0/+2
| | | | svn path=/trunk/; revision=1553
* fake the profile and the CM for testsXavier Claessens2008-10-131-1/+3
| | | | svn path=/trunk/; revision=1549
* rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.cXavier Claessens2008-10-131-1/+1
| | | | svn path=/trunk/; revision=1545
* add a test file for EmpathyChatroomManagerXavier Claessens2008-10-131-1/+2
| | | | svn path=/trunk/; revision=1543
* add EmpathyChatroom testsXavier Claessens2008-10-131-1/+2
| | | | svn path=/trunk/; revision=1540
* Add a 2nd test for empathy_contact_run_until_ready(). This tests fails.Xavier Claessens2008-04-111-1/+3
| | | | svn path=/trunk/; revision=885
* Add a test for empathy_contact_run_until_readyXavier Claessens2008-03-111-1/+3
| | | | svn path=/trunk/; revision=758
* Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.Xavier Claessens2008-03-041-0/+1
| | | | svn path=/trunk/; revision=693
* Add xml files for unit tests to the release tarballXavier Claessens2008-03-031-0/+2
| | | | svn path=/trunk/; revision=691
* Merge commit 'cassidy/irc'Xavier Claessens2008-02-181-1/+6
| | | | svn path=/trunk/; revision=649
* Do not install tests programsXavier Claessens2008-01-171-1/+1
| | | | svn path=/trunk/; revision=571
* Revert "merge git work"Xavier Claessens2007-12-291-0/+25
| | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. svn path=/trunk/; revision=519
* merge git workXavier Claessens2007-12-291-25/+0
| | | | svn path=/trunk/; revision=518
* Fix build of testsXavier Claessens2007-12-291-2/+0
| | | | svn path=/trunk/; revision=510
* Add "check" framework support. Fixes bug #505622 (Guillaume Desmottes).Xavier Claessens2007-12-291-0/+27
| | | | svn path=/trunk/; revision=509
* No need to init gtk, GMainLoop is enough and makes easier to run valgrind.Xavier Claessens2007-09-271-1/+1
| | | | | | | | | | | 2007-09-27 Xavier Claessens <xclaesse@gmail.com> * tests/contact-manager.c: * tests/Makefile.am: No need to init gtk, GMainLoop is enough and makes easier to run valgrind. svn path=/trunk/; revision=324
* Fix warnings when finalizing.Xavier Claessens2007-09-211-0/+15
2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-contact-list.c: Fix warnings when finalizing. * tests/contact-manager.c: * tests/Makefile.am: * configure.ac: * Makefile.am: Add a test program to track leaks. svn path=/trunk/; revision=304