From: Chris Matthews Date: Wed, 3 Dec 2014 23:01:35 +0000 (+0000) Subject: Add a test-case for lit xunit output X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0baca9564c9df7b06645f71abdda0fe3090f46a6;p=oota-llvm.git 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 --- 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