summaryrefslogtreecommitdiff
path: root/tubes/CppunitTest_tubes_test.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+4
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan1-5/+0
Change-Id: I69ca3bde24890d809d8fad60398687c54aa1ca54
2012-08-16tubes: do not include tubes' object files in unit test libraryMatúš Kukan1-11/+1
Instead link against the library again. Unit test is now closer to what the real app looks like. Only 4 more functions exported because of unit test. Change-Id: I6fd784725564e577658d68ff7fe0595a79cf7639
2012-08-16tubes: fix unittest again and simplifyMatúš Kukan1-0/+1
- killed GMailLoop, seems to work with g_main_context_iteration( NULL, TRUE); - added test for sending and also receiving file Change-Id: Ida11f875709dab71d404697e8c39fe4548f653b0
2012-08-04tubes: fix build of unit test; set include path for nowMatúš Kukan1-0/+5
Later we would want to move headers if they are not used outside. Change-Id: I863f6f00254b335af563598a195aea01595f6c99
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan1-0/+4
- sc no longer directly links against telepathy - there is new class ScCollaboration derived from abstract Collaboration describing collaboration functionality for apps used in tubes/ - also added resource manager into tubes/ Change-Id: Ic89ae955f5b47490f4f4b8781bcee5dea5336bae
2012-07-26tubes: resurrect unit test to serve againMatúš Kukan1-11/+9
- make it subsequent test to be less annoying - we again inherit from CppUnit::TestFixture - currently there is no test that we've received the sent packet - nor any test for received file - to prevent exporting more symbols we link directly tubes' object files Change-Id: I79edf0c701f8c46eb45d507266f6dafc0c8eeea2
2012-07-17tubes: tweak makefilesMatúš Kukan1-11/+13
2012-07-17tubes: move hardcoded test accounts to an .ini fileWill Thompson1-0/+2
2012-07-17tubes: add API to find contacts with LibO tube supportWill Thompson1-0/+4
2012-07-17implementing Telepathy Tubes interfaceEike Rathke1-0/+45