File: bus-test.bat.cmake

package info (click to toggle)
dbus 1.16.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,056 kB
  • sloc: ansic: 106,015; xml: 9,270; sh: 1,967; python: 242; makefile: 230; cpp: 27
file content (14 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
:: bus-test wrapper
@echo off

:: session bus address
set DBUS_STARTER_BUS=tcp:host=localhost,port=1234

if NOT "%1" == "" (
	SET DATADIR=%1
) else (
	SET DATADIR=test\data
)

bin\bus-test.exe test\data