Files
fail/core/experiments/TracingTest/experiment.hpp

13 lines
209 B
C++

#ifndef __TRACING_TEST_HPP__
#define __TRACING_TEST_HPP__
#include "controller/ExperimentFlow.hpp"
class TracingTest : public fail::ExperimentFlow
{
public:
bool run();
};
#endif // __TRACING_TEST_HPP__