From 20389549f14fe6448a1116a04073489d2860c192 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 24 May 2006 14:19:34 +0000 Subject: r15862: add a LOCAL-EVENT torture test - it currently tests the standard events code - with epoll enabled and disabled metze (This used to be commit ce5fd2293d5ce1f6a54048bc5662706943c98eb5) --- source4/torture/local/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/torture/local/config.mk') diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index c795df1ff8..7bcd8070ca 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -16,7 +16,8 @@ OBJ_FILES = \ util_strlist.o \ util_file.o \ sddl.o \ - ndr.o + ndr.o \ + event.o PUBLIC_DEPENDENCIES = \ RPC_NDR_ECHO \ LIBCLI_SMB \ -- cgit