summaryrefslogtreecommitdiff
path: root/test/name-test
AgeCommit message (Expand)AuthorFilesLines
2015-11-17name-test: don't run these tests with autotools if targeting Windows.Simon McVittie1-3/+8
2015-04-16Move Autoconf/Automake droppings into /build-aux/Simon McVittie1-1/+1
2015-04-16Run name-test tests under the TAP driverSimon McVittie3-43/+120
2015-04-16name-test: remove unused die functionSimon McVittie2-22/+0
2015-04-16name-test: also switch to AM_TESTS_ENVIRONMENT hereSimon McVittie1-7/+7
2015-02-20Fix static linking with mingwSimon McVittie1-0/+1
2015-02-20Link dbus-daemon and dbus-daemon-lauch-helper against libdbusBertrand SIMONNET1-6/+4
2015-02-20tests: always use libdbus-internal for main loop, never dbus-glibSimon McVittie1-5/+4
2015-01-27Use pygi instead of pygobject 2Simon McVittie2-6/+6
2014-10-29Stop asserting that we're not using the dummy lock implementationSimon McVittie1-10/+0
2014-01-06Make sure tests run with a temporary XDG_RUNTIME_DIRSimon McVittie3-0/+12
2013-10-08Unify the way to find dbus-daemon test binaryChengwei Yang1-0/+1
2013-09-13Don't assume that X11 autolaunch will work if DISPLAY is unsetSimon McVittie1-3/+5
2013-09-13Use test binaries in build dir to do testChengwei Yang1-1/+6
2013-09-05run-with-tmp-session-bus.sh: create a unique temporary file per processSimon McVittie1-1/+1
2013-09-03Tests: allow dbus-glib to be replaced with use of libdbus-internalSimon McVittie1-4/+5
2013-08-23Export dbus_setenv() as a utility functionSimon McVittie1-2/+1
2013-06-28tests to embedded tests: replaced in automake filesChengwei Yang1-2/+2
2013-06-17Make taking a global lock automatically initialize locking if neededSimon McVittie1-5/+9
2013-02-22Include config.h as the first thing in every .c fileSimon McVittie1-0/+2
2012-04-12Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2-4/+4
2011-09-21Merge branch 'dbus-1.4'Simon McVittie3-4/+7
2011-09-21Check for Python; skip Python tests if not foundSimon McVittie3-4/+7
2011-08-05Remove various never-used variablesSimon McVittie1-1/+0
2011-07-29test, test/name-test: remove SOURCES where they can be inferred from the name...Simon McVittie1-30/+0
2011-07-29test/name-test: remove useless CFLAGSSimon McVittie1-4/+0
2011-07-29test/name-test: use AM_CPPFLAGS instead of INCLUDESSimon McVittie1-2/+6
2011-07-29Simplify linking for tests that use libdbus-testutilsSimon McVittie1-4/+4
2011-07-29Don't explicitly link thread and network libs into various testsSimon McVittie1-8/+8
2011-07-29Simplify linking by moving -export-dynamic to AM_LDFLAGSSimon McVittie1-8/+3
2011-07-29Remove DBUS_GLIB_CFLAGS from name-test subdirectory (not used/needed)Simon McVittie1-1/+1
2011-07-29Remove DBUS_CLIENT_CFLAGS, which is always emptySimon McVittie1-1/+1
2011-07-29Remove DBUS_TEST_CFLAGS, which is emptySimon McVittie1-1/+1
2011-05-25Check for X even if X11 autolaunching is disabledSimon McVittie1-1/+1
2011-05-25test-autolaunch: don't expect autolaunching to work if X11 is disabledSimon McVittie1-0/+19
2011-02-02Merge branch 'serverdata-33277' into dbus-1.4Simon McVittie1-14/+66
2011-01-25test/name-test: remove dangling references to test-names.c, which is absentSimon McVittie1-6/+0
2011-01-21test-privserver-client: wait for server to die between iterationsSimon McVittie1-14/+66
2011-01-06Add autolaunch test to .gitignoreSimon McVittie1-0/+1
2010-12-15Revert "test-autolaunch is only known to work in launchd environments."Will Thompson1-5/+1
2010-12-04test-autolaunch is only known to work in launchd environments.Mike McQuaid1-1/+5
2010-12-04Added a test-autolaunch.Colin Walters3-1/+48
2010-10-05Update a load of .gitignoresWill Thompson1-2/+6
2010-04-13Port test-privserver to windows by using the TEST_LISTEN bus address.Ralf Habacker1-0/+4
2010-03-23Renamed libdbus-convenience to libdbus-internal for automake (to stay in sync...Ralf Habacker1-7/+7
2010-03-23Update dll export for autoconf (to stay in sync with cmake).Marcus Brinkmann1-0/+1
2010-03-22Merge branch 'dbus-1.2'Colin Walters3-576/+1
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann8-0/+8
2010-03-16Delete name-test/test-namesColin Walters3-575/+1
2010-01-28Ignore exit code zero from activated servicesColin Walters3-1/+67