xref: /llvm-project/lldb/examples/test/.lldbtest-config (revision 10093aa5346093352c17b2f8fddab4e0fa1a3255)
1sys.stderr = open("/tmp/lldbtest-stderr", "w")
2sys.stdout = open("/tmp/lldbtest-stdout", "w")
3compilers = ["gcc", "llvm-gcc"]
4archs = ["x86_64", "i386"]
5split_stderr = True # This will split the stderr into configuration-specific file
6split_stdout = True # This will split the stdout into configuration-specific file
7