Tests: Require newest compiler with thread test.

This commit is contained in:
Wilson Snyder 2017-10-14 12:57:42 -04:00
parent f81daac9c0
commit 124786ad1b
1 changed files with 3 additions and 2 deletions

View File

@ -38,9 +38,10 @@ CPPFLAGS += $(CPPFLAGS_ADD)
ifeq ($(CFG_WITH_LONGTESTS),yes)
ifeq ($(DRIVER_STD),newest)
CPPFLAGS += $(CFG_CXXFLAGS_STD_NEWEST)
endif
ifeq ($(DRIVER_STD),oldest)
else ifeq ($(DRIVER_STD),oldest)
CPPFLAGS += $(CFG_CXXFLAGS_STD_OLDEST)
else ifneq ($(findstring VL_THREADED,$(CPPFLAGS)),)
CPPFLAGS += $(CFG_CXXFLAGS_STD_NEWEST)
endif
endif