enum testing_direction

#include <tester_run.h>

enum testing_direction {
    TESTING_STOP,
    TESTING_FORWARD,
    TESTING_BACKWARD,
};