HomeSort by relevance Sort by last modified time
    Searched refs:DBUS_TOP_BUILDDIR (Results 1 - 3 of 3) sorted by null

  /external/dbus/test/name-test/
run-test.sh 34 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-ids || die "test-ids failed"
37 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-dispatch || die "test-pending-call-dispatch failed"
40 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-timeout || die "test-pending-call-timeout failed"
43 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-threads-init || die "test-threads-init failed"
46 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-privserver-client || die "test-privserver-client failed
    [all...]
run-test-systemserver.sh 34 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/tools/dbus-send --print-reply --dest=org.freedesktop.DBus.TestSuiteEchoService /org/freedesktop/TestSuite org.freedesktop.TestSuite.Echo string:hi >echo-error-output.tmp 2>&1
  /external/dbus/tools/
run-with-tmp-session-bus.sh 17 if test -z "$DBUS_TOP_BUILDDIR" ; then
18 die "Must set DBUS_TOP_BUILDDIR"
25 SERVICE_DIR="$DBUS_TOP_BUILDDIR/test/data/valid-service-files"
30 SOURCE_CONFIG_FILE="$DBUS_TOP_BUILDDIR/bus/session.conf";
40 if ! test -e "$DBUS_TOP_BUILDDIR"/bus/dbus-daemon ; then
41 die "$DBUS_TOP_BUILDDIR/bus/dbus-daemon does not exist"
44 PATH="$DBUS_TOP_BUILDDIR"/bus:$PATH
48 LD_LIBRARY_PATH=$DBUS_TOP_BUILDDIR/dbus/.libs:$LD_LIBRARY_PATH
53 echo "Running $DBUS_TOP_BUILDDIR/tools/dbus-launch --sh-syntax --config-file=$CONFIG_FILE" >&2
57 eval `$DBUS_TOP_BUILDDIR/tools/dbus-launch --sh-syntax --config-file=$CONFIG_FILE
    [all...]

Completed in 76 milliseconds