From b49f1398a1a02eab06def81a9d25b972c81b8fe1 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 26 Jul 2012 03:25:26 +0000 Subject: Bugfix: Correct English grammar regarding "'s" --- doc/unit-tests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/unit-tests.txt') diff --git a/doc/unit-tests.txt b/doc/unit-tests.txt index f76970d51e..a12786512d 100644 --- a/doc/unit-tests.txt +++ b/doc/unit-tests.txt @@ -12,9 +12,9 @@ make -f makefile.unix test_bitcoin # Replace makefile.unix if you're not on uni If all tests succeed the last line of output will be: *** No errors detected -To add more tests, add BOOST_AUTO_TEST_CASE's to the existing +To add more tests, add BOOST_AUTO_TEST_CASE functions to the existing .cpp files in the test/ directory or add new .cpp files that -implement new BOOST_AUTO_TEST_SUITE's (the makefiles are +implement new BOOST_AUTO_TEST_SUITE sections (the makefiles are set up to add test/*.cpp to test_bitcoin automatically). -- cgit v1.2.3