aboutsummaryrefslogtreecommitdiffstats
path: root/test.conf
blob: 47429c1df11a6633dd0428ca77b029fed03aa342 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Default test configuration

# matchbox theme to set
THEME=mbtest

# Geometry of Xnest, can also  be 640x480, 240x320
XNEST_GEOM=640x480

# Use valgrind y/n ?
VALGRIND_USAGE=y

# Optional Valgrind arguments. 
VALGRIND_ARGS="--error-limit=no --num-callers=32 --leak-check=yes --log-file=mbval"

# Matchbox arguments 
MATCHBOX_ARGS=

# Full path of matchbox binary to test
MATCHBOX_EXE="matchbox-window-manager"

# Display to connect to.
DPY_NUM=:1

# Where to write logs to
LOGS=./logs

# If set to 0, tests work interactively.
# Used to slowdown things for Valgrind
SLEEP=1