summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test, test/name-test: remove SOURCES where they can be inferred from the name...Simon McVittie2011-07-292-57/+0
* test/name-test: remove useless CFLAGSSimon McVittie2011-07-291-4/+0
* test/name-test: use AM_CPPFLAGS instead of INCLUDESSimon McVittie2011-07-291-2/+6
* test: promote GLIB_CFLAGS, DBUS_GLIB_CFLAGS to top level and use AM_CPPFLAGSSimon McVittie2011-07-291-6/+5
* test: reverse assumption regarding static/dynamic linkingSimon McVittie2011-07-291-3/+10
* Simplify linking for tests that use libdbus-testutilsSimon McVittie2011-07-292-9/+15
* Don't explicitly link thread and network libs into various testsSimon McVittie2011-07-292-16/+15
* Simplify linking by moving -export-dynamic to AM_LDFLAGSSimon McVittie2011-07-292-19/+6
* Remove DBUS_GLIB_CFLAGS from name-test subdirectory (not used/needed)Simon McVittie2011-07-291-1/+1
* Remove DBUS_CLIENT_CFLAGS, which is always emptySimon McVittie2011-07-291-1/+1
* Remove DBUS_TEST_CFLAGS, which is emptySimon McVittie2011-07-292-2/+2
* Add a regression test that can reproduce fd.o #34393Simon McVittie2011-07-282-16/+77
* Merge branch 'dbus-1.4' and update NEWS for masterSimon McVittie2011-07-181-5/+36
|\
| * Use EXEEXT when running tests from another directory, and skip bus-test-launc...Simon McVittie2011-07-181-4/+7
| * Run bus tests from test/Simon McVittie2011-07-181-0/+5
| * Run dbus-test from test/, not dbus/Simon McVittie2011-07-181-1/+10
| * test/Makefile.am: list tests one per lineSimon McVittie2011-07-181-4/+18
* | Add testsuite for eavesdrop=true DBusMatchRuleCosimo Alfarano2011-07-142-0/+566
* | DBusLoop: remove second layer of watch callbacks where possibleSimon McVittie2011-06-131-32/+4
* | DBusLoop: remove a layer of pointless abstraction around timeoutsSimon McVittie2011-06-131-24/+4
* | Merge branch 'dbus-1.4'Simon McVittie2011-06-101-1/+1
|\ \ | |/
| * fix installable tests to not install if unwantedSimon McVittie2011-06-101-1/+1
* | Merge branch 'dbus-1.4'Simon McVittie2011-06-108-2/+1608
|\ \ | |/
| * Fix copyright datesSimon McVittie2011-06-103-3/+3
| * Use DBUS_TIMEOUT_INFINITE in dbus-daemon.cSimon McVittie2011-06-101-2/+3
| * Test that a message with the byte order mangled causes disconnection but no c...Simon McVittie2011-06-101-0/+90
| * marshal test: test dbus_message_demarshal_bytes_neededSimon McVittie2011-06-101-0/+38
| * Add a test for marshalling and endian-swappingSimon McVittie2011-06-103-0/+229
| * installcheck: don't run installed tests against installed library if in a DES...Simon McVittie2011-06-101-0/+4
| * Alter test-dbus-daemon so it tests the installed dbus-daemon by defaultSimon McVittie2011-06-102-27/+14
| * Add support for installing most of the modular testsSimon McVittie2011-06-102-4/+69
| * new test for being disconnected by a corrupt message streamSimon McVittie2011-06-103-0/+281
| * Test nonce-tcp transportSimon McVittie2011-06-101-0/+5
| * dbus-daemon test: sanity-check the just-installed config file when using DESTDIRSimon McVittie2011-06-102-2/+14
| * Add a simple integration test for dbus-daemonSimon McVittie2011-06-103-0/+329
| * Run integration tests on the installed dbus binaries during installcheckSimon McVittie2011-06-101-1/+12
| * Give the tests DBUS_TEST_DAEMON and DBUS_TEST_DATA in their environmentSimon McVittie2011-06-101-0/+4
| * Attempt to reproduce fd.o #34393 via another regression testSimon McVittie2011-06-103-1/+328
| * loopback test: unref messages after useSimon McVittie2011-06-101-0/+4
| * Add an end-to-end sanity check for TCP and Unix DBusServer/DBusConnectionSimon McVittie2011-06-103-1/+220
* | Merge branch 'dbus-1.4'Simon McVittie2011-05-251-0/+19
|\ \ | |/
| * Check for X even if X11 autolaunching is disabledSimon McVittie2011-05-251-1/+1
| * test-autolaunch: don't expect autolaunching to work if X11 is disabledSimon McVittie2011-05-251-0/+19
| * Revert merge of master (dbus-1.5) into dbus-1.4Simon McVittie2011-03-141-1/+1
|/
* Make dbus_type_is_valid into public APISimon McVittie2011-03-101-1/+1
* Import compiler.m4 and lcov.am from telepathy-glib, and use them to replace gcovSimon McVittie2011-02-172-2665/+1
* Merge branch 'dist-30285' into dbus-1.4Simon McVittie2011-02-021-2/+11
|\
| * Don't distribute generated files that embed our builddirSimon McVittie2011-02-011-2/+11
* | Merge branch 'serverdata-33277' into dbus-1.4Simon McVittie2011-02-022-14/+72
|\ \ | |/ |/|
| * test-privserver-client: wait for server to die between iterationsSimon McVittie2011-01-211-14/+66