diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-14 02:25:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-14 02:25:18 +0000 |
commit | 0fdcb8ef823875cc535f29ee15d5629f71b3ee5e (patch) | |
tree | 727c692a9b24995c33dc26f32fd9f5da6a0b2f91 | |
parent | e80cc2c537b77ed0f8c12c23738bb93075debe98 (diff) |
rename test to match glibc
-rw-r--r-- | test/string/Makefile | 2 | ||||
-rw-r--r-- | test/string/tester.c (renamed from test/string/string.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/string/Makefile b/test/string/Makefile index 8766b364a..67fd415c8 100644 --- a/test/string/Makefile +++ b/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 diff --git a/test/string/string.c b/test/string/tester.c index cccef3ad9..cccef3ad9 100644 --- a/test/string/string.c +++ b/test/string/tester.c |