Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: reword "test directory"
  • Loading branch information
LiviaMedeiros committed Apr 21, 2022
commit 0a9e36de53e9610072c11d6a27a06bcb9226b8e3
3 changes: 2 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ by providing the name of a subsystem:
$ tools/test.py child-process
```

You can also execute the tests in a tests directory (such as `test/message`):
You can also execute the tests in a test suite directory
(such as `test/message`):

```text
$ tools/test.py test/message
Expand Down