summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime de Roucy <maxime.deroucy@gmail.com>2017-02-07 02:10:55 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2017-02-07 02:15:20 +0100
commitc0a79542fb5c2c22cf0a250db94af6f8581ca342 (patch)
tree42b6aa408dfa6c4e86c35652af6d255370a9bd54
parent7a9c524f15c73d66876854e4049c9d4032e22271 (diff)
downloadcoreutils-c0a79542fb5c2c22cf0a250db94af6f8581ca342.tar.xz
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.
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 07d82253a..a42e102ea 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: