testmain: add xml-wrap-results option master upstream/0.2.1
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 1 May 2014 19:37:00 +0000 (12:37 -0700)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 1 May 2014 19:47:47 +0000 (12:47 -0700)
commitf5cb4d200a6083c601b5b719762be000b56d5978
treeab1729160436694e96651315854b3333780091b9
parenta74b5d43e1856a44ce44a2982b5344b4fe38cced
testmain: add xml-wrap-results option

When --xml option is used, allow the --xml-wrap-results
option specify an additional test suite path to prepend/wrap
the test results output.

Normally, the xml output is like:

<TestLog>
 <TestSuite name="Wayland Functional Integration Test Suite">
  <TestSuite name="core">
  ...

With --xml-wrap-results specified, say as "my/custom/path", then
the xml output would look like:

<TestLog>
 <TestSuite name="Wayland Functional Integration Test Suite">
  <TestSuite name="my">
   <TestSuite name="custom">
    <TestSuite name="path">
     <TestSuite name="core">
     ...

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
src/test/testmain.cpp