From f99235cfddfdd3497dcfdb3bee725c48f01673da Mon Sep 17 00:00:00 2001 From: Don Appleman Date: Thu, 14 Apr 2011 14:04:30 -0500 Subject: [PATCH] Added a pointer to testing/btest/README for information on BTest --- testing/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/README b/testing/README index 02c8d71ce7..1ea54c4431 100644 --- a/testing/README +++ b/testing/README @@ -1,6 +1,9 @@ This directory contains some of the suites for testing for Bro's correct operation: +btest/ + Tests Bro's logging & bundled scripts. See btest/README for more. + istate/ Tests Bro's independent state facilities. These include persistent values and inter-process event/value communication.