Add regression concurrent os executions flag to avoid running debug plugin tests
This commit is contained in:
parent
21c8933bbb
commit
066ddc23e6
|
@ -3847,7 +3847,9 @@ int main(int argc, char **argv, char **env) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG_PLUGIN
|
#ifdef DEBUG_PLUGIN
|
||||||
|
#ifndef CONCURRENT_OS_EXECUTIONS
|
||||||
redo(REDO,DebugPluginTest().run(1e6););
|
redo(REDO,DebugPluginTest().run(1e6););
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,9 @@ else
|
||||||
ADDCFLAGS += -CFLAGS -O3 -O3
|
ADDCFLAGS += -CFLAGS -O3 -O3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONCURRENT_OS_EXECUTIONS),yes)
|
||||||
|
ADDCFLAGS += -CCONCURRENT_OS_EXECUTIONS
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(LITEX),yes)
|
ifeq ($(LITEX),yes)
|
||||||
ADDCFLAGS += -CFLAGS -DLITEX
|
ADDCFLAGS += -CFLAGS -DLITEX
|
||||||
|
|
Loading…
Reference in New Issue