git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1319 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
13 lines
209 B
C++
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__
|