浏览代码

rename test to match glibc

Mike Frysinger 19 年之前
父节点
当前提交
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