diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-04 06:02:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-04 06:02:18 +0100 |
commit | 094224b6b6a11ae8cb5b7d47e62e25235704fe0b (patch) | |
tree | dd98a8443d5dc9c6e19d02f6072a40ab1d3d3b08 /test/Makefile | |
parent | 875d5902a35011432cf6db013c9ca630cd111f81 (diff) |
dlopen: tests using threads, disable for NO_THREADS
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
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) |