experiments: new experiment for testing pandaboard

Change-Id: Ic27eb3ddc34fdac944b26e70ac4347330cbab044
This commit is contained in:
Lars Rademacher
2013-10-21 02:16:21 +02:00
parent db0b82daca
commit e8eebb69ba
4 changed files with 189 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#ifndef __LRA_SIMPLE_PANDA_EXPERIMENT_HPP__
#define __LRA_SIMPLE_PANDA_EXPERIMENT_HPP__
#include "efw/ExperimentFlow.hpp"
#include "efw/JobClient.hpp"
class LRASimplePandaExperiment : public fail::ExperimentFlow {
public:
LRASimplePandaExperiment() { }
bool run();
};
#endif // __LRA_SIMPLE_PANDA_EXPERIMENT_HPP__