summaryrefslogtreecommitdiff
path: root/test/stdlib
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-02 23:07:57 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-02 23:07:57 +0000
commitcdb388983e7538ac1fbeb4b3ec1810f7963deca3 (patch)
treee2e5071fa9a3df6bce6eec343b92e4639866dae0 /test/stdlib
parent2c84741c3a294ede344f1bd62db25369d2b42766 (diff)
Do not make tests depend on CC, since we no longer build a wrapper.
Diffstat (limited to 'test/stdlib')
-rw-r--r--test/stdlib/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile
index 38ad960fe..49a321a99 100644
--- a/test/stdlib/Makefile
+++ b/test/stdlib/Makefile
@@ -36,7 +36,7 @@ teststrtol_source:
-@ cat teststrtol.c
-@ echo " "
-teststrtol: teststrtol.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+teststrtol: teststrtol.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "
@@ -70,7 +70,7 @@ teststrtol_diff: teststrtol_glibc teststrtol
-diff -u teststrtol_glibc.out teststrtol.out
-@ echo " "
-qsort: qsort.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+qsort: qsort.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "
@@ -104,7 +104,7 @@ qsort_diff: qsort_glibc qsort
-diff -u qsort_glibc.out qsort.out
-@ echo " "
-teston_exit: teston_exit.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+teston_exit: teston_exit.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "
@@ -138,7 +138,7 @@ teston_exit_diff: teston_exit_glibc teston_exit
-diff -u teston_exit_glibc.out teston_exit.out
-@ echo " "
-testatexit: testatexit.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+testatexit: testatexit.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "
@@ -172,7 +172,7 @@ testatexit_diff: testatexit_glibc testatexit
-diff -u testatexit_glibc.out testatexit.out
-@ echo " "
-ptytest: ptytest.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+ptytest: ptytest.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "