summaryrefslogtreecommitdiff
path: root/examples/test/.lldbtest-config
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test/.lldbtest-config')
-rw-r--r--examples/test/.lldbtest-config6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/test/.lldbtest-config b/examples/test/.lldbtest-config
new file mode 100644
index 0000000000000..31b4892077782
--- /dev/null
+++ b/examples/test/.lldbtest-config
@@ -0,0 +1,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