Skip to content
  • Steven Rostedt's avatar
    ktest: Allow options to be used by other options · 2a62512b
    Steven Rostedt authored
    
    
    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: default avatarSteven Rostedt <rostedt@goodmis.org>
    2a62512b