lib: add subtest extra command line option handling
authorImre Deak <imre.deak@intel.com>
Fri, 2 Aug 2013 23:10:11 +0000 (02:10 +0300)
committerImre Deak <imre.deak@intel.com>
Mon, 19 Aug 2013 13:38:22 +0000 (16:38 +0300)
commit5cabaae4dd8f3b4f78468b669d9177d593b4472d
tree409d55c031ba50e63836abdc40f84facbceb02f8
parente55b89f1c375df20415e0ebe164001b168fb2bde
lib: add subtest extra command line option handling

At the moment any command line option handling done by tests will
interfere with the option handling of the subtest interface. To fix this
add a new version of the subtest_init function accepting optional short
and long command line options. Merge these together with the subtest
interface's own long options and handle both together in the same
getopt_long call.

Signed-off-by: Imre Deak <imre.deak@intel.com>
lib/drmtest.c
lib/drmtest.h