From fec8e9db57394a77a9f757aab4c342baa098a1aa Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 1 Sep 2003 23:43:42 +0000 Subject: move the ldso tests to dlopen where they belong --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 1c7af473f..2a0f3c0a2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -22,7 +22,7 @@ TOPDIR=../ .EXPORT_ALL_VARIABLES: -ALL_SUBDIRS = args assert ctype ldso pwd_grp signal silly stdlib string unistd crypt #misc +ALL_SUBDIRS = args assert ctype dlopen pwd_grp signal silly stdlib string unistd crypt #misc DIRS = $(ALL_SUBDIRS) #ifeq ($(TARGET_ARCH), $(HOST_ARCH)) # DIRS = $(ALL_SUBDIRS) @@ -31,7 +31,7 @@ DIRS = $(ALL_SUBDIRS) #endif ifeq ($(strip $(HAVE_SHARED)),true) ifeq ($(strip $(DODYNAMIC)),true) - DIRS += ldso + DIRS += dlopen endif endif ifeq ($(strip $(INCLUDE_THREADS)),true) -- cgit v1.2.3