From d88eccd6c70588c96cfbe6beb286527cbfb3b2f0 Mon Sep 17 00:00:00 2001 From: Chris Matthews Date: Wed, 3 Dec 2014 23:01:35 +0000 Subject: Add a test-case for lit xunit output git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223307 91177308-0d34-0410-b5e6-96231b3b80d8 (cherry picked from commit 0baca9564c9df7b06645f71abdda0fe3090f46a6) --- utils/lit/tests/xunit-output.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 utils/lit/tests/xunit-output.py diff --git a/utils/lit/tests/xunit-output.py b/utils/lit/tests/xunit-output.py new file mode 100644 index 0000000..8765229 --- /dev/null +++ b/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 -- cgit v1.1