summaryrefslogtreecommitdiff
path: root/test/string/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-14 02:48:22 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-14 02:48:22 +0000
commit400925d81cc92de52efe6cad6dcc33794262119c (patch)
tree06b7e50e991a816df1dab204cada9254d751bb96 /test/string/Makefile
parent54d2ed80d418a3afd2b80fcba7646bd806627ecc (diff)
grab a bunch of tests from glibc
Diffstat (limited to 'test/string/Makefile')
-rw-r--r--test/string/Makefile4
1 files changed, 3 insertions, 1 deletions
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