Explorar o código

add option to disable wide-char tests

Waldemar Brodkorb %!s(int64=9) %!d(string=hai) anos
pai
achega
6be5370008
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      test/Makefile

+ 4 - 0
test/Makefile

@@ -26,6 +26,10 @@ ifeq ($(NO_DL),1)
 DIRS := $(filter-out dlopen,$(DIRS))
 DIRS := $(filter-out dlopen,$(DIRS))
 endif
 endif
 
 
+ifeq ($(NO_WCHAR),1)
+DIRS := $(filter-out locale-mbwc,$(DIRS))
+endif
+
 ifeq ($(NO_LOCALE),1)
 ifeq ($(NO_LOCALE),1)
 DIRS := $(filter-out locale,$(DIRS))
 DIRS := $(filter-out locale,$(DIRS))
 endif
 endif