diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 611fb19b5..2cc365e3f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -23,12 +23,15 @@ TOPDIR=../ include $(TOPDIR)Rules.mak -ALL_SUBDIRS = args assert ctype pwd_grp signal silly stdlib string unistd misc +ALL_SUBDIRS = args assert ctype pwd_grp signal silly stdlib string unistd #misc ifeq ($(TARGET_ARCH), $(NATIVE_ARCH)) DIRS = $(ALL_SUBDIRS) else DIRS = endif +ifeq ($(DO_SHARED),shared) + DIRS += ldso +endif all: subdirs |