1
0
Fork 0
alistair23-linux/tools/testing/ktest
Steven Rostedt 2a62512bce ktest: Allow options to be used by other options
There are cases where one ktest option may be used within another
ktest option. Allow them to be reused just like config variables
but there are evaluated at time of test not config processing time.

Thus having something like:

MAKE_CMD = make ARCH=${ARCH}

TEST_START
ARCH = powerpc

TEST_START
ARCH = arm

Will have the arch defined for each test iteration.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2011-05-20 15:48:59 -04:00
..
compare-ktest-sample.pl ktest: Added compare script to test ktest.pl to sample.conf 2010-11-18 11:23:11 -05:00
ktest.pl ktest: Allow options to be used by other options 2011-05-20 15:48:59 -04:00
sample.conf ktest: Allow options to be used by other options 2011-05-20 15:48:59 -04:00