diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-07 19:44:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-07 19:44:37 +0000 |
commit | d6c19a6e1a1921de26de77e2f3e6a1eaa19b6e73 (patch) | |
tree | 2f5c9c599ebbf1f4ec618e1e762ac5d77bfba958 /test/Makefile | |
parent | 000e5cc4360738d57ae0d9bd4267b676df7e56a4 (diff) |
Add in a test for outb (that currently fails)
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 354d99bb0..611fb19b5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -23,12 +23,12 @@ TOPDIR=../ include $(TOPDIR)Rules.mak +ALL_SUBDIRS = args assert ctype pwd_grp signal silly stdlib string unistd misc ifeq ($(TARGET_ARCH), $(NATIVE_ARCH)) - DIRS = args assert ctype pwd_grp signal silly stdlib string unistd + DIRS = $(ALL_SUBDIRS) else DIRS = endif -ALL_SUBDIRS = args assert ctype pwd_grp signal silly stdlib string unistd all: subdirs |