mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
allow stress and stress-major as valid mode= settings in the makefile (note: all tests fail in both modes)
This commit is contained in:
parent
9e7d27bd15
commit
371e55c112
4
makefile
4
makefile
@ -54,8 +54,8 @@ ifeq ($(codegen-targets),all)
|
||||
options := $(options)-all
|
||||
endif
|
||||
|
||||
ifeq ($(filter debug debug-fast fast small,$(mode)),)
|
||||
x := $(error "'$(mode)' is not a valid mode (choose one of: debug debug-fast fast small)")
|
||||
ifeq ($(filter debug debug-fast fast stress stress-major small,$(mode)),)
|
||||
x := $(error "'$(mode)' is not a valid mode (choose one of: debug debug-fast fast stress stress-major small)")
|
||||
endif
|
||||
|
||||
ifeq ($(filter compile interpret,$(process)),)
|
||||
|
Loading…
Reference in New Issue
Block a user