A missing securetty file is not an error.
[oweals/busybox.git] / tests / Makefile
index c4fb0e9119d2995db895ec9c079797859781e366..8ad304d865867d5107604ffbe58ba07dc49a788a 100644 (file)
@@ -8,6 +8,7 @@ message_header:
        @echo
        @echo BusyBox Test Suite.
        @echo
+       (cd ..; tests/busybox.REGRESS.sh)
 
 clean::
 
@@ -29,3 +30,5 @@ BBL := $(shell pushd .. >/dev/null &&         \
 ${BBL}: ../busybox
        rm -f $@
        ln ../busybox $@
+
+syslog_test: syslog_test.c