diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-03 06:45:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-03 06:45:58 +0000 |
commit | f9158d441880222b1ba287947ebc863785bf557c (patch) | |
tree | 39cceddbe7fc1457a8224a3b4270db1099d1a991 /test/Makefile | |
parent | 4836768df76d3919451aa9f847182c8f5f4068e7 (diff) |
Scrub up the tests a bit, and force everybody to use the
build dir, so nothing need be installed...
-Erik
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 |