]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts/oe-selftest: add command line option to list test classes
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 4 Feb 2015 14:13:57 +0000 (14:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 18:52:45 +0000 (18:52 +0000)
commitf0ba400a398a172f9ebf953bb3a26e5d911a17d6
tree7deece65f90374104ff5c844b4df9be90fda4bec
parent0d769abcab272f41d74ed4d7915d26c7c309253a
scripts/oe-selftest: add command line option to list test classes

While trying to discover what tests are available, I felt the
need to be able to list all individual tests so I can run specific
tests.

This patch adds the "--list-classes" command line option that
lists the unit test classes and methods available.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-selftest