Mike Frysinger 20 лет назад
Родитель
Сommit
0fdcb8ef82
2 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test/string/Makefile
  2. 0 0
      test/string/tester.c

+ 1 - 1
test/string/Makefile

@@ -1,6 +1,6 @@
 # uClibc string tests
 # uClibc string tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
 
-TESTS := string testcopy
+TESTS := testcopy tester
 
 
 include ../Test.mak
 include ../Test.mak

+ 0 - 0
test/string/string.c → test/string/tester.c