From e3ed156eeb241234f0ad7d12363172e655209654 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Wed, 19 Apr 2000 18:52:56 +0000 Subject: Make the sys logger for so that concurrent logging will work properly (see tests/syslog_test.c for example). -Erik --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile') 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 -- cgit v1.2.3