Tests: Require newest compiler with thread test.
This commit is contained in:
parent
f81daac9c0
commit
124786ad1b
|
|
@ -38,9 +38,10 @@ CPPFLAGS += $(CPPFLAGS_ADD)
|
||||||
ifeq ($(CFG_WITH_LONGTESTS),yes)
|
ifeq ($(CFG_WITH_LONGTESTS),yes)
|
||||||
ifeq ($(DRIVER_STD),newest)
|
ifeq ($(DRIVER_STD),newest)
|
||||||
CPPFLAGS += $(CFG_CXXFLAGS_STD_NEWEST)
|
CPPFLAGS += $(CFG_CXXFLAGS_STD_NEWEST)
|
||||||
endif
|
else ifeq ($(DRIVER_STD),oldest)
|
||||||
ifeq ($(DRIVER_STD),oldest)
|
|
||||||
CPPFLAGS += $(CFG_CXXFLAGS_STD_OLDEST)
|
CPPFLAGS += $(CFG_CXXFLAGS_STD_OLDEST)
|
||||||
|
else ifneq ($(findstring VL_THREADED,$(CPPFLAGS)),)
|
||||||
|
CPPFLAGS += $(CFG_CXXFLAGS_STD_NEWEST)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue