enum tester_handdown

Types of service executables handdown

#include <tester_conf.h>

enum tester_handdown {
    TESTER_HANDDOWN_NONE,
    TESTER_HANDDOWN_CHILDREN,
    TESTER_HANDDOWN_DESCENDANTS,
};