Selaa lähdekoodia

dlopen: tests using threads, disable for NO_THREADS

Waldemar Brodkorb 7 vuotta sitten
vanhempi
commit
094224b6b6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      test/Makefile

+ 1 - 0
test/Makefile

@@ -12,6 +12,7 @@ DIRS := $(ALL_SUBDIRS)
 ifeq ($(NO_THREADS),1)
 DIRS := $(filter-out nptl,$(DIRS))
 DIRS := $(filter-out pthread,$(DIRS))
+DIRS := $(filter-out dlopen,$(DIRS))
 endif
 
 ifeq ($(NO_NPTL),1)