From eaa2421c7f23984dabc526b9f88227daf5d2d3ba Mon Sep 17 00:00:00 2001 From: Will Estes Date: Tue, 25 Mar 2003 20:44:52 +0000 Subject: [PATCH] update instructions for running test suite --- tests/README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/README b/tests/README index 36b7bf4..f948eaf 100644 --- a/tests/README +++ b/tests/README @@ -19,10 +19,9 @@ failure and determine if it's truly significant. * HOW TO RUN THE TEST SUITE -To build and execute all tests: +To build and execute all tests from the top level of the flex source tree: - $ cd tests/ # from the top level of the flex source tree - $ make test + $ make check To build and execute a single test: -- 2.50.1