From: Maxime de Roucy Date: Tue, 7 Feb 2017 01:10:55 +0000 (+0100) Subject: maint: fix HACKING instructions to run a single test X-Git-Tag: v8.27~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0a79542fb5c2c22cf0a250db94af6f8581ca342;p=thirdparty%2Fcoreutils.git maint: fix HACKING instructions to run a single test * HACKING: s/make TEST=/make check TEST=/ The 'check' target was missing there since v8.20-57-geac397e. --- diff --git a/HACKING b/HACKING index 07d82253ad..a42e102ea5 100644 --- a/HACKING +++ b/HACKING @@ -444,7 +444,7 @@ as possible. If you add a new test file (as opposed to adding a test to an existing test file) add the new test file to 'tests/local.mk'. Note to run tests/misc/new-test in isolation you can do: - make TESTS=tests/misc/new-test SUBDIRS=. VERBOSE=yes + make check TESTS=tests/misc/new-test SUBDIRS=. VERBOSE=yes Variables that are significant for tests with their default values are: