aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2022-02-23 02:38:25 +0100
committerGuilhem Moulin <guilhem@fripost.org>2022-02-23 21:23:57 +0100
commit448760457c85b80eef23b7c1ede8c735e4491b98 (patch)
tree12a64c80f1bc3a633cac6921a4f47c370f8bb634 /doc
parentb5f3eeaf83d68c64ee508624afa5b76c14907e15 (diff)
Makefile: Rename 'test' target to 'check'.
Per convention, cf. https://www.gnu.org/prep/standards/html_node/Standard-Targets.html .
Diffstat (limited to 'doc')
-rw-r--r--doc/build.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.md b/doc/build.md
index 2e4e511..142097e 100644
--- a/doc/build.md
+++ b/doc/build.md
@@ -38,7 +38,7 @@ Additional packages are required in order to run the test suite:
$ sudo apt install dovecot-imapd dovecot-lmtpd openssl procps sqlite3 xxd
<!-- -->
- $ make test
+ $ make check
(The test suite also needs to bind to TCP ports 10024, 10143 and 10993
on the loopback interface.)