diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-01 23:43:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-01 23:43:42 +0000 |
commit | fec8e9db57394a77a9f757aab4c342baa098a1aa (patch) | |
tree | 005d7d2aa7223a7467fd71dd2850ee84f56cbbd2 /test/Makefile | |
parent | 0b949f43abe3e11462ed59fed79299840f404851 (diff) |
move the ldso tests to dlopen where they belong
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |