coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: minor fix


From: Maxime de Roucy
Subject: [PATCH] doc: minor fix
Date: Mon, 6 Feb 2017 13:26:03 +0100

make TEST=... -> make check TEST=...
---
 HACKING | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
 
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]