From 094224b6b6a11ae8cb5b7d47e62e25235704fe0b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 4 Nov 2016 06:02:18 +0100 Subject: dlopen: tests using threads, disable for NO_THREADS --- test/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3