Skip to content
  • Florian Lukas's avatar
    fail: add trace.h functions for tracing · 808f4751
    Florian Lukas authored
    This header defines functions and variables for FAIL* tracing
    experiments, which compare system state at all points where test_trace
    is called.
    Function names are taken from test.h to allow easy FAIL* testing of
    apps using test.h.
    Using noinline test and test_finish functions removes the need to
    define additional marker functions for FAIL*.
    
    Change-Id: Ib7115eee589d6f30e98f5376fc9b02781374a7a9
    808f4751