aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* */Makefile.am: Drop more remnants of autotools.Mike Gabriel2021-05-121-528/+0
|
* Move source files to srcRobert Tari2021-05-111-21/+21
|
* tests/Makefile.am: Drop -Werror from unit test builds.Mike Gabriel2021-02-031-19/+19
|
* tests/Makefile.am: Wrap test-indicator-ng around Xvfb and dbus-runner.Mike Gabriel2020-12-041-2/+14
|
* **/Makefile.am: Set -DGTK_DISABLE_DEPRECATED for gtk2 builds. Fixes FTBFS ↵Mike Gabriel2019-11-201-0/+7
| | | | against Glib2.0 >= 2.62.
* Fork libayatana-indicator from Ubuntu's libindicator shared library.Mike Gabriel2015-11-061-31/+31
|
* indicator-ng: more elaborate testingLars Uebernickel2013-01-231-2/+18
| | | | | | Use GTestDBus to spawn a small test service (tests/indicator-test-service.c) and check whether the indicator menu gets turned into a gtkmenu correctly.
* Add basic tests for indicator-ngLars Uebernickel2013-01-211-0/+25
|
* fix copy-and-paste error in specifying the tests' source filesCharles Kerr2012-06-181-2/+2
|
* "bzr merge lp:indicator" + conflict resolution in tests suiteCharles Kerr2012-01-231-2/+24
|\
| * Getting the header in distTed Gould2012-01-141-1/+2
| |
| * Adding a test functioin for the entry func demmy indicatorTed Gould2012-01-141-1/+1
| |
| * Build a new dummy indicatorTed Gould2012-01-131-1/+22
| |
* | another iteration of the indicator-object visibility support patch, ↵Charles Kerr2012-01-231-1/+22
|/ | | | | | | | | | incorporating ideas from discussion with ted - some functions were public when they should have been private - the hide/show handler is now a virtual function & is documented in indicator-object.h - added unit tests - the GSettings monitor has been removed
* Cleaning up removal of watchers as the string was getting free'd before it ↵Ted Gould2011-07-111-2/+0
| | | | could get used to remove the entry from the hashtable. Now using a destroy function as that is possible with GDBus but wasn't with dbus-glib
* Define the bus well known type in the session.conf fileTed Gould2011-07-111-4/+0
|
* Making some test XFAIL and attaching to bugsTed Gould2011-07-061-0/+7
|
* Adding the service.in files as wellTed Gould2011-02-151-1/+4
|
* Add session.conf.in to distSebastien Bacher2011-02-151-1/+3
|
* Fixing the linking of the tests to the right libsTed Gould2011-01-071-11/+22
|
* Merging in trunk to solve conflictsTed Gould2010-11-111-0/+54
|\
| * Lots of impoliteness to make sure.Ted Gould2010-07-091-1/+1
| |
| * Adding an impolite manager.Ted Gould2010-07-091-2/+16
| |
| * Up to 5 watchers.Ted Gould2010-07-091-1/+1
| |
| * Okay, we need our own service too. Bah.Ted Gould2010-07-091-2/+16
| |
| * Delaying the watchers to ensure that we don't dbus activate, and removing ↵Ted Gould2010-07-091-2/+2
| | | | | | | | the session.conf to even allow for that.
| * Starting the service ourselves.Ted Gould2010-07-091-1/+1
| |
| * Making a new managerTed Gould2010-07-091-2/+16
| |
| * Start a multi watch testTed Gould2010-07-091-0/+12
| |
* | instead of always building gtk2 and gtk3, add a --with-gtk= flag to ↵Michael Terry2010-10-061-6/+12
|/ | | | configure to specify which to build with
* Fixing the desktop test to make it more reliable.Ted Gould2010-04-091-1/+1
|
* Shipping our test desktop fileTed Gould2010-02-161-1/+1
|
* Clean up touch fileTed Gould2010-02-161-0/+1
|
* A backslash offTed Gould2010-02-161-1/+1
|
* Adding in a basic test desktop file testTed Gould2010-02-161-0/+35
|
* Switching to 'bash'Ted Gould2010-02-021-1/+1
|
* Adding in run-xvfb.shTed Gould2010-02-021-0/+4
|
* Merge in from trunk, now two failing tests.Ted Gould2009-12-021-0/+25
|\
| * Adding a test to ensure that a service gets shutdown by someone unwatching it.Ted Gould2009-12-011-0/+24
| |
* | Forgot to delete the programs.Ted Gould2009-12-021-5/+0
| |
* | Adding a new test to look at version numbers.Ted Gould2009-12-021-1/+71
|/
* Updating to current trunk.Ted Gould2009-11-041-5/+102
|\
| * Distcheck fixes. Looking for the files in the right place and making sure ↵Ted Gould2009-11-021-3/+3
| | | | | | | | we clean up after ourselves.
| * Building a service file.Ted Gould2009-11-021-1/+4
| |
| * Adding in the basic data needed to start bringing up a test to start the ↵Ted Gould2009-11-021-1/+40
| | | | | | | | service.
| * Adding a test that ensures we don't get a connect signal.Ted Gould2009-10-301-0/+24
| |
| * Woot! A failing test. Look how TDD I am.Ted Gould2009-10-291-0/+10
| |
| * Making the gtester stuff into a autotest thingy.Ted Gould2009-10-291-4/+9
| |
| * Creating a new test and linking it into things.Ted Gould2009-10-291-1/+17
| |
* | Building a dummy indicator that signals.Ted Gould2009-11-041-0/+21
| |