summaryrefslogtreecommitdiff
path: root/test/string/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/string/Makefile')
-rw-r--r--test/string/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/string/Makefile b/test/string/Makefile
index 0677f3aab..715595c6f 100644
--- a/test/string/Makefile
+++ b/test/string/Makefile
@@ -13,7 +13,7 @@ string: string.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC)
-@ echo " "
-@ echo "Compiling vs uClibc: "
-@ echo " "
- $(TESTCC) $(CFLAGS) -c $< -o $@.o
+ $(TESTCC) $(TEST_CFLAGS) -c $< -o $@.o
$(TESTCC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
$(STRIPTOOL) -x -R .note -R .comment $@
-./$@
@@ -35,7 +35,7 @@ testcopy: testcopy.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC)
-@ echo " "
-@ echo "Compiling vs uClibc: "
-@ echo " "
- $(TESTCC) $(CFLAGS) -c $< -o $@.o
+ $(TESTCC) $(TEST_CFLAGS) -c $< -o $@.o
$(TESTCC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
$(STRIPTOOL) -x -R .note -R .comment $@
-./$@ > testcopy.out
@@ -66,7 +66,7 @@ strerror: ../../libc/string/strerror.c $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(
-@ echo " "
-@ echo "Compiling vs uClibc: "
-@ echo " "
- $(TESTCC) $(CFLAGS) -DCHECK_BUF -c $< -o $@.o
+ $(TESTCC) $(TEST_CFLAGS) -DCHECK_BUF -c $< -o $@.o
$(TESTCC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
$(STRIPTOOL) -x -R .note -R .comment $@
-./$@