summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-04 06:02:18 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-04 06:02:18 +0100
commit094224b6b6a11ae8cb5b7d47e62e25235704fe0b (patch)
treedd98a8443d5dc9c6e19d02f6072a40ab1d3d3b08
parent875d5902a35011432cf6db013c9ca630cd111f81 (diff)
dlopen: tests using threads, disable for NO_THREADS
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 54a12b0..b66c355 100644
--- a/test/Makefile
+++ b/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)