summaryrefslogtreecommitdiff
path: root/test/silly
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-01 00:02:24 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-01 00:02:24 +0000
commit095ca55f2edd965fa9f3a5d3a4c98a7d7e852ed9 (patch)
tree074540e563757454c2c4adce2e3799a5ab766db8 /test/silly
parentde8b8b0b0bdd0f6012187dfc3046cac098000bb0 (diff)
remove old depend on Config and make it so that a test failure aborts the make process
Diffstat (limited to 'test/silly')
-rw-r--r--test/silly/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/silly/Makefile b/test/silly/Makefile
index 7207b1536..a948b1ba8 100644
--- a/test/silly/Makefile
+++ b/test/silly/Makefile
@@ -30,7 +30,7 @@ hello_source:
-@ cat hello.c
-@ echo " "
-hello: hello.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
+hello: hello.c Makefile $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "
@@ -40,7 +40,7 @@ hello: hello.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
$(STRIPTOOL) -x -R .note -R .comment $@
-$(LDD) $@
ls -l $@
- -./$@
+ ./$@
-@ echo " "
hello_glibc: hello.c Makefile
@@ -53,11 +53,11 @@ hello_glibc: hello.c Makefile
$(STRIPTOOL) -x -R .note -R .comment $@
-$(LDD) $@
ls -l $@
- -./$@
+ ./$@
-@ echo " "
-tiny: tiny.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
+tiny: tiny.c Makefile $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "
@@ -67,7 +67,7 @@ tiny: tiny.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
$(STRIPTOOL) -x -R .note -R .comment $@
-$(LDD) $@
ls -l $@
- -./$@
+ ./$@
-@ echo " "