aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/tests/Makefile b/tests/Makefile
deleted file mode 100644
index 16f53452e..000000000
--- a/tests/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
1# busybox/tests/Makefile - Run through all defined tests.
2# ------------------------
3# Copyright (C) 2000 Karl M. Hegbloom <karlheg@debian.org> GPL
4
5all:: message_header
6
7message_header:
8 @echo
9 @echo BusyBox Test Suite.
10 @echo
11 (cd ..; tests/busybox.REGRESS.sh)
12
13clean::
14 rm -f *.o
15 rm -f tester.log
16
17distclean: clean
18
19.PHONY: all clean distclean message_header
20
21include $(wildcard *_tests.mk)
22
23BBL := $(shell pushd .. >/dev/null && \
24 ${MAKE} busybox.links >/dev/null && \
25 popd >/dev/null && \
26 cat ../busybox.links | \
27 sed -e 's,.*/\(.*\)$$,\1,')
28
29../busybox:
30 cd .. && ${MAKE} busybox
31
32${BBL}: ../busybox
33 rm -f $@
34 ln ../busybox $@
35
36syslog_test: syslog_test.c