diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-18 23:38:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-18 23:38:13 +0000 |
commit | 9b7d191055ade5069c6325fa857e007b4c658b14 (patch) | |
tree | 3546e12e3453e15508dbdfbec0a940e3e3de0647 /test/Makefile | |
parent | a6a89eb4477289063cb9ef1cc414b9e748f877f9 (diff) |
More updates. Implement strsignal. Add pwd_grp tests
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 5c647822b..ebc60523d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -20,7 +20,7 @@ # other sundry sources. Files within this library are copyright by their # respective copyright holders. -DIRS = assert ctype silly stdlib string +DIRS = assert ctype pwd_grp signal silly stdlib string all: subdirs tags: |