summaryrefslogtreecommitdiff
path: root/test/string/Makefile
diff options
context:
space:
mode:
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