X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Funit_testing.md;h=81cfef79e991b5bc2d88d5e53c28bc21cdbba5cb;hb=004826e1b833725b93f9f809ba77b1f967aa9232;hp=3eac6250971d10abde8ad0855d7007bb5e3d0e7f;hpb=517f75d893253e448105401ac638257841ad9e97;p=qmk_firmware.git diff --git a/docs/unit_testing.md b/docs/unit_testing.md index 3eac62509..81cfef79e 100644 --- a/docs/unit_testing.md +++ b/docs/unit_testing.md @@ -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