From 400925d81cc92de52efe6cad6dcc33794262119c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 14 Feb 2006 02:48:22 +0000 Subject: grab a bunch of tests from glibc --- test/string/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/string/Makefile') diff --git a/test/string/Makefile b/test/string/Makefile index 67fd415c8..4a3cecfd3 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -1,6 +1,8 @@ # uClibc string tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS := testcopy tester +TESTS := $(patsubst %.c,%,$(wildcard *.c)) include ../Test.mak + +EXTRA_CFLAGS := -fno-builtin -- cgit v1.2.3