Skip to content

Commit 63a4b11

Browse files
authored
Update make subcommands
1 parent f6c2ea1 commit 63a4b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/interact/search-and-query/deprecated/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ You can open ```redis-cli``` in another terminal to interact with it.
174174
## Running tests
175175

176176
There are several sets of unit tests:
177-
* C tests, located in ```tests/ctests```, run by ```make c_tests```.
178-
* C++ tests (enabled by GTest), located in ```tests/cpptests```, run by ```make cpp_tests```.
177+
* C tests, located in ```tests/ctests```, run by ```make c-tests```.
178+
* C++ tests (enabled by GTest), located in ```tests/cpptests```, run by ```make cpp-tests```.
179179
* Python tests (enabled by RLTest), located in ```tests/pytests```, run by ```make pytest```.
180180

181181
You can run all tests by invoking ```make test```.

0 commit comments

Comments
 (0)