Make case list export destination configurable
authorKalle Raita <kraita@google.com>
Tue, 19 May 2015 22:47:00 +0000 (15:47 -0700)
committerKalle Raita <kraita@google.com>
Fri, 22 May 2015 20:52:55 +0000 (13:52 -0700)
commitbb274a4ddafcac39d829208a049e1461d2aa151e
tree0167d9f747c7c6b0da5dbaf31e4a6932fddb1bec
parent88b1dbc9f0d1ff6454c10a3b7f7f163fe21e95dd
Make case list export destination configurable

Added command line parameter --deqp-caselist-export-file for
defining the test case list target file template.

Added new run mode, stdout-caselist, for writing all the test
cases into the stdout.

Split XML export into file handling and XML writing parts
for clarity. Renamed export utility functions to show
that multiple files are potentially created during
export.

Bug: 20890217

Change-Id: Ib6247283824203644a9953391588f1c60347405b
framework/common/tcuApp.cpp
framework/common/tcuCommandLine.cpp
framework/common/tcuCommandLine.hpp
framework/common/tcuTestHierarchyUtil.cpp
framework/common/tcuTestHierarchyUtil.hpp