summaryrefslogtreecommitdiffstats
path: root/lldb/examples/test/.lldbtest-config
blob: 31b4892077782098147a31710732e4fb341512ad (plain)
1
2
3
4
5
6
sys.stderr = open("/tmp/lldbtest-stderr", "w")
sys.stdout = open("/tmp/lldbtest-stdout", "w")
compilers = ["gcc", "llvm-gcc"]
archs = ["x86_64", "i386"]
split_stderr = True # This will split the stderr into configuration-specific file
split_stdout = True # This will split the stdout into configuration-specific file
OpenPOWER on IntegriCloud