diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-27 01:44:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-27 01:44:05 +0000 |
commit | 8e31aa28dc8d1e557233f322398535f5ebba47e3 (patch) | |
tree | a238d063cff8f65c6addba557b16d5b3f1948857 /test/unistd/Makefile | |
parent | 7d3c3aab45e7fd6b6f5c24341885ed41bce8db91 (diff) |
add a basic errno test based on one from ltp
Diffstat (limited to 'test/unistd/Makefile')
-rw-r--r-- | test/unistd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unistd/Makefile b/test/unistd/Makefile index d684f0690..4db50174d 100644 --- a/test/unistd/Makefile +++ b/test/unistd/Makefile @@ -1,7 +1,7 @@ # uClibc unistd tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS = clone fork getcwd getopt getopt_long preadwrite vfork +TESTS = clone errno fork getcwd getopt getopt_long preadwrite vfork include ../Test.mak |