summaryrefslogtreecommitdiff
path: root/test/string/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-14 02:25:18 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-14 02:25:18 +0000
commit0fdcb8ef823875cc535f29ee15d5629f71b3ee5e (patch)
tree727c692a9b24995c33dc26f32fd9f5da6a0b2f91 /test/string/Makefile
parente80cc2c537b77ed0f8c12c23738bb93075debe98 (diff)
rename test to match glibc
Diffstat (limited to 'test/string/Makefile')
-rw-r--r--test/string/Makefile2
1 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