added guards to checksum-oostubs-experiment
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1304 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -23,6 +23,12 @@
|
|||||||
|
|
||||||
using std::endl;
|
using std::endl;
|
||||||
|
|
||||||
|
// Check if configuration dependencies are satisfied:
|
||||||
|
#if !defined(CONFIG_EVENT_BREAKPOINTS) || !defined(CONFIG_SR_RESTORE) || \
|
||||||
|
!defined(CONFIG_SR_SAVE) || !defined(CONFIG_EVENT_TRAP)
|
||||||
|
#error This experiment needs: breakpoints, traps, save, and restore. Enable these in the configuration.
|
||||||
|
#endif
|
||||||
|
|
||||||
bool ChecksumOOStuBSExperiment::run()
|
bool ChecksumOOStuBSExperiment::run()
|
||||||
{
|
{
|
||||||
char const *statename = "checksum-oostubs.state";
|
char const *statename = "checksum-oostubs.state";
|
||||||
|
|||||||
Reference in New Issue
Block a user