Browse Source

dlopen: tests using threads, disable for NO_THREADS

Waldemar Brodkorb 7 years ago
parent
commit
094224b6b6
1 changed files with 1 additions and 0 deletions
  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)