summaryrefslogtreecommitdiffstats
path: root/test/test-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Add noinst convenience test library, add a test-shutdownColin Walters2008-05-301-0/+2
| | | | | | | | | | | | | * test/Makefile.am: New convenience library libdbus_testutils_la. Reorder build so that test/ gets built before test/name-test so name-test files can depend on it. * test/name-test/test-shutdown.c: New file, exercises dbus_shutdown () a bit. * test/name-test/run-test.sh Run test-shutdown. * test/test-utils.h: In some cases we already have DBUS_COMPILATION defined, avoid double definition warning.
* Add test library functions for using DBusServerColin Walters2008-05-301-0/+4
| | | | | | * test/test-utils.h, test/test-utils.c: Add functions which hook up a DBusServer to a DBusLoop, useful for test cases.
* 2003-04-07 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-04-071-0/+3
| | | | | | | | | | | | | * doc/dbus-specification.sgml: require that base service names start with ':' and that the base service is created/deleted as first and last things a connection does on the bus * bus/dispatch.c (check_existent_service_activation): lots more work on the activation test; it doesn't fully pass yet... * test/test-service.c (main): fix so we don't memleak the connection to the message bus (filter_func): accept a message asking us to exit
* having a bad cvs add day apparentlyHavoc Pennington2003-04-071-0/+17