summaryrefslogtreecommitdiff
path: root/tests/ln_tests.mk
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-04 21:19:32 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-04 21:19:32 +0000
commit029011b9eeaf491d00fda1d072c4c6094df96c3a (patch)
tree7c49f1fc1547a2f9cee812472f422a5c1a5c448b /tests/ln_tests.mk
parent7c4b2f3fe5cb6b9a5c6bd089c18279c5ce29dc21 (diff)
downloadbusybox-w32-029011b9eeaf491d00fda1d072c4c6094df96c3a.tar.gz
busybox-w32-029011b9eeaf491d00fda1d072c4c6094df96c3a.tar.bz2
busybox-w32-029011b9eeaf491d00fda1d072c4c6094df96c3a.zip
A few updates (including the cp fix the Craig has been looking for)
-Erik
Diffstat (limited to 'tests/ln_tests.mk')
-rw-r--r--tests/ln_tests.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/ln_tests.mk b/tests/ln_tests.mk
index 5925edd4f..3110f8199 100644
--- a/tests/ln_tests.mk
+++ b/tests/ln_tests.mk
@@ -1,14 +1,19 @@
1# ln_tests.mk - Set of tests for busybox ln
2# -------------
3# Copyright (C) 2000 Karl M. Hegbloom <karlheg@debian.org> GPL
4#
1 5
2# GNU `ln' 6# GNU `ln'
3GLN = /bin/ln 7GLN = /bin/ln
4# BusyBox `ln' 8# BusyBox `ln'
5BLN = $(shell pwd)/ln 9BLN = $(shell pwd)/ln
6 10
7.PHONY: ln_clean 11all:: ln_tests
12clean:: ln_clean
13
8ln_clean: 14ln_clean:
9 rm -rf ln_tests ln_*.{gnu,bb} ln 15 rm -rf ln_tests ln_*.{gnu,bb} ln
10 16
11.PHONY: ln_tests
12ln_tests: ln_clean ln 17ln_tests: ln_clean ln
13 @echo; 18 @echo;
14 @echo "No output from diff means busybox ln is functioning properly."; 19 @echo "No output from diff means busybox ln is functioning properly.";