Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-12-22 18:37:04 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-12-22 18:44:02 +0300
commit2651fc255bf03f7a1097c2331b02b9d095599f9c (patch)
tree30caf42e860248cb4d8e60f54a06a577fc278335
parentc3bb6b8141387621a23ea0306e24046a60e8e426 (diff)
Document how to run the 'tests'
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index 62aa6f3..5dab415 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -56,7 +56,7 @@ Update `CHANGELOG.md`.
#### Run some tests
-First locally, then on Travis.
+First locally (`make check`), then on Travis.
Also, install it locally. Don't forget to `./configure` first.
#### Prepare release files