diff options
-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 |