]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/unit_testing.md
convert to unix line-endings [skip ci]
[qmk_firmware.git] / docs / unit_testing.md
index 3eac6250971d10abde8ad0855d7007bb5e3d0e7f..81cfef79e991b5bc2d88d5e53c28bc21cdbba5cb 100644 (file)
@@ -36,7 +36,7 @@ Note how there's several different tests, each mocking out a separate part. Also
 
 ## Running the tests
 
-To run all the tests in the codebase, type `make test`. You can also run test matching a substring by typing `make test-matchingsubstring` Note that the tests are always compiled with the native compiler of your platform, so they are also run like any other program on your computer.
+To run all the tests in the codebase, type `make test`. You can also run test matching a substring by typing `make test:matchingsubstring` Note that the tests are always compiled with the native compiler of your platform, so they are also run like any other program on your computer.
 
 ## Debugging the tests