config for worst case
This commit is contained in:
parent
b17c89106b
commit
4bb52ce75f
@ -197,6 +197,9 @@ endif
|
||||
ifeq ($(IGNORE_INTERNAL_STATE), 1)
|
||||
CFLAGS += -D IGNORE_INTERNAL_STATE=1
|
||||
endif
|
||||
ifeq ($(INSERT_WC), 1)
|
||||
CFLAGS += -D INSERT_WC=1
|
||||
endif
|
||||
CFLAGS += $(SPECIAL_CFLAGS)
|
||||
|
||||
DEFINES := -DQEMU_SOC_MPS2 -DHEAP3
|
||||
|
@ -33,8 +33,6 @@
|
||||
#define NUM_TASKS 10
|
||||
#include "fuzzhelper.c"
|
||||
|
||||
#define INSERT_WC
|
||||
|
||||
#ifdef INSERT_WC
|
||||
#define DEBUG_VAL(X,D) (D)
|
||||
#define WCET_CLAMP(X, LB, UB, LABEL) WASTE_NSEC(UB)
|
||||
|
Loading…
x
Reference in New Issue
Block a user