Browse Source

rename test to match glibc

Mike Frysinger 19 years ago
parent
commit
0fdcb8ef82
2 changed files with 1 additions and 1 deletions
  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
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS := string testcopy
+TESTS := testcopy tester
 
 include ../Test.mak

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