1 # busybox/tests/Makefile - Run through all defined tests.
2 # ------------------------
3 # Copyright (C) 2000 Karl M. Hegbloom <karlheg@debian.org> GPL
9 @echo BusyBox Test Suite.
11 (cd ..; tests/busybox.REGRESS.sh)
17 .PHONY: all clean distclean message_header
19 include $(wildcard *_tests.mk)
21 BBL := $(shell pushd .. >/dev/null && \
22 ${MAKE} busybox.links >/dev/null && \
24 cat ../busybox.links | \
25 sed -e 's,.*/\(.*\)$$,\1,')
28 cd .. && ${MAKE} busybox
34 syslog_test: syslog_test.c