Mercurial > hg > CbC > CbC_llvm
view utils/lit/tests/xunit-output.py @ 89:9020ffd06b8b
Create prototype declaration automatically (only support direct continuation)
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 14 Apr 2015 03:55:39 +0900 |
parents | 60c9769439b8 |
children | afa8332a0e37 |
line wrap: on
line source
# Check xunit output # RUN: %{lit} --xunit-xml-output %t.xunit.xml %{inputs}/test-data # RUN: FileCheck < %t.xunit.xml %s # CHECK: <?xml version="1.0" encoding="UTF-8" ?> # CHECK: <testsuites> # CHECK: <testsuite name='test-data' tests='1' failures='0'> # CHECK: <testcase classname='test-data.' name='metrics.ini' time='0.00'/> # CHECK: </testsuite> # CHECK: </testsuites>