Browse Source

add option to disable wide-char tests

Waldemar Brodkorb 9 years ago
parent
commit
6be5370008
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/Makefile

+ 4 - 0
test/Makefile

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