diff options
author | Maxime de Roucy <maxime.deroucy@gmail.com> | 2017-02-07 02:10:55 +0100 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2017-02-07 02:15:20 +0100 |
commit | c0a79542fb5c2c22cf0a250db94af6f8581ca342 (patch) | |
tree | 42b6aa408dfa6c4e86c35652af6d255370a9bd54 | |
parent | 7a9c524f15c73d66876854e4049c9d4032e22271 (diff) | |
download | coreutils-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-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |