From be5f1689813d282c58a382d85cd472b1aac59d2c Mon Sep 17 00:00:00 2001 From: Chris Matthews Date: Wed, 3 Dec 2014 23:01:35 +0000 Subject: [PATCH] Add a test-case for lit xunit output llvm-svn: 223307 --- llvm/utils/lit/tests/xunit-output.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 llvm/utils/lit/tests/xunit-output.py diff --git a/llvm/utils/lit/tests/xunit-output.py b/llvm/utils/lit/tests/xunit-output.py new file mode 100644 index 0000000..8765229 --- /dev/null +++ b/llvm/utils/lit/tests/xunit-output.py @@ -0,0 +1,10 @@ +# Check xunit output +# RUN: %{lit} --xunit-xml-output %t.xunit.xml %{inputs}/test-data +# RUN: FileCheck < %t.xunit.xml %s + +# CHECK: +# CHECK: +# CHECK: +# CHECK: +# CHECK: +# CHECK: \ No newline at end of file -- 2.7.4