aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-19 18:52:56 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-19 18:52:56 +0000
commite3ed156eeb241234f0ad7d12363172e655209654 (patch)
tree60af21090f97b033785093ed00a123006808cf88 /tests/Makefile
parent1101d23604dae236063938c23470c85c17f76988 (diff)
downloadbusybox-e3ed156eeb241234f0ad7d12363172e655209654.tar.gz
Make the sys logger for so that concurrent logging will work
properly (see tests/syslog_test.c for example). -Erik
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
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 && \
${BBL}: ../busybox
rm -f $@
ln ../busybox $@
+
+syslog_test: syslog_test.c