OSDN Git Service

rename to match glibc
authorMike Frysinger <vapier@gentoo.org>
Tue, 14 Feb 2006 04:53:04 +0000 (04:53 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 14 Feb 2006 04:53:04 +0000 (04:53 -0000)
test/unistd/Makefile
test/unistd/tst-preadwrite.c [moved from test/unistd/preadwrite.c with 100% similarity]

index b7f8a66..d29c797 100644 (file)
@@ -1,7 +1,7 @@
 # uClibc unistd tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := clone errno fork getcwd getopt getopt_long preadwrite tstgetopt vfork
+TESTS := clone errno fork getcwd getopt getopt_long tst-preadwrite tstgetopt vfork
 
 include ../Test.mak