diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-14 05:01:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-14 05:01:46 +0000 |
commit | db32ff428f215ea25c0b27cc42a69d2f5b2e8bb5 (patch) | |
tree | 165dadb10e52b68ea0af79bdfcb969f23cfe3396 /test/unistd/Makefile | |
parent | 073f4ac283938736479a2facea51f01f746f47d3 (diff) |
sync with glibc
Diffstat (limited to 'test/unistd/Makefile')
-rw-r--r-- | test/unistd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unistd/Makefile b/test/unistd/Makefile index d29c7971c..fa702231a 100644 --- a/test/unistd/Makefile +++ b/test/unistd/Makefile @@ -1,7 +1,8 @@ # uClibc unistd tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS := clone errno fork getcwd getopt getopt_long tst-preadwrite tstgetopt vfork +TESTS := clone errno fork getcwd getopt getopt_long tst-preadwrite \ + tst-preadwrite64 tstgetopt vfork include ../Test.mak |