File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/develop/interact/search-and-query/deprecated Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ You can open ```redis-cli``` in another terminal to interact with it.
174174## Running tests
175175
176176There 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
181181You can run all tests by invoking ``` make test ``` .
You can’t perform that action at this time.
0 commit comments