new regression-test experiment

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1635 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hellwig
2012-09-13 13:00:57 +00:00
parent d9aa353e74
commit f3d19e2b8d
4 changed files with 264 additions and 171 deletions

View File

@ -1,3 +1,5 @@
#include <iostream>
#include <unistd.h>
@ -7,6 +9,9 @@
#include "sal/Listener.hpp"
#include "util/Logger.hpp"
#include "config/FailConfig.hpp"
#include "../plugins/serialoutput/SerialOutput.hpp"
// Check if configuration dependencies are satisfied:
#if !defined(CONFIG_EVENT_BREAKPOINTS) || !defined(CONFIG_SR_RESTORE) || !defined(CONFIG_SR_SAVE)
@ -21,6 +26,9 @@ bool HSCSimpleExperiment::run()
Logger log("HSC", false);
log << "experiment start" << endl;
SerialOutput so(0x3F8);
simulator.addFlow(&so);
// do funny things here...
#if 1
// STEP 1