projects
/
platform
/
upstream
/
dbus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add version info to dbus-1 target for non msvc builds on Windows too
[platform/upstream/dbus.git]
/
cmake
/
bus-test.bat.cmake
1
:: bus-test wrapper
2
@echo off
3
4
:: session bus address
5
set DBUS_STARTER_BUS=tcp:host=localhost,port=1234
6
7
if NOT "%1" == "" (
8
SET DATADIR=%1
9
) else (
10
SET DATADIR=test\data
11
)
12
13
bin\bus-test.exe test\data
14