From 0baca9564c9df7b06645f71abdda0fe3090f46a6 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223307 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 00000000000..87652290f47 --- /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 -- 2.34.1