Add regression concurrent os executions flag to avoid running debug plugin tests

This commit is contained in:
Charles Papon 2019-06-11 00:22:38 +02:00
parent 21c8933bbb
commit 066ddc23e6
2 changed files with 5 additions and 1 deletions

View File

@ -3847,7 +3847,9 @@ int main(int argc, char **argv, char **env) {
#endif
#ifdef DEBUG_PLUGIN
#ifndef CONCURRENT_OS_EXECUTIONS
redo(REDO,DebugPluginTest().run(1e6););
#endif
#endif
#endif

View File

@ -51,7 +51,9 @@ else
ADDCFLAGS += -CFLAGS -O3 -O3
endif
ifeq ($(CONCURRENT_OS_EXECUTIONS),yes)
ADDCFLAGS += -CCONCURRENT_OS_EXECUTIONS
endif
ifeq ($(LITEX),yes)
ADDCFLAGS += -CFLAGS -DLITEX