diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-15 00:44:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-15 00:44:59 +0000 |
commit | 0422de26febdfc5c1f5d5fafaa154b91e2e55aeb (patch) | |
tree | d0f467cce5dde58f6735ac641213d42e64f9e32a /test | |
parent | 402cf956631b801b67dcc7c22be3ba6a86831912 (diff) |
add missing subdirs
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 602beaef4..75e57a0d7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -10,8 +10,8 @@ top_builddir=../ include Rules.mak ALL_SUBDIRS := \ - args assert crypt ctype pwd_grp signal silly stat stdlib string unistd \ - mmap misc + args assert crypt ctype mmap misc pwd_grp setjmp signal silly stat \ + stdlib string termios unistd DIRS := $(ALL_SUBDIRS) ifeq ($(HAVE_SHARED)$(UCLIBC_HAS_THREADS),yy) |