Mike Frysinger 20 лет назад
Родитель
Сommit
3c8b8f84e0
2 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test/unistd/Makefile
  2. 0 0
      test/unistd/tst-preadwrite.c

+ 1 - 1
test/unistd/Makefile

@@ -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
 

+ 0 - 0
test/unistd/preadwrite.c → test/unistd/tst-preadwrite.c