diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index c4fb0e911..508bc64f2 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
@@ -29,3 +29,5 @@ BBL := $(shell pushd .. >/dev/null && \ | |||
29 | ${BBL}: ../busybox | 29 | ${BBL}: ../busybox |
30 | rm -f $@ | 30 | rm -f $@ |
31 | ln ../busybox $@ | 31 | ln ../busybox $@ |
32 | |||
33 | syslog_test: syslog_test.c | ||