From f9158d441880222b1ba287947ebc863785bf557c Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Tue, 3 Jul 2001 06:45:58 +0000
Subject: Scrub up the tests a bit, and force everybody to use the build dir,
 so nothing need be installed...  -Erik

---
 test/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'test/Makefile')

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
 
-- 
cgit v1.2.3