| ... | @@ -235,7 +235,7 @@ from the build directory: | ... | @@ -235,7 +235,7 @@ from the build directory: |
| 235 | | 235 | |
| 236 | 1. Run `make install` (on POSIX) or `msbuild -p:Configuration=Release INSTALL.vcxproj` | 236 | 1. Run `make install` (on POSIX) or `msbuild -p:Configuration=Release INSTALL.vcxproj` |
| 237 | (on Windows). | 237 | (on Windows). |
| 238 | 2. Test your changes with `bin/zig test <changed file>` (e.g. `bin/zig test std/heap.zig`). | 238 | 2. Test your changes with `bin/zig test lib/zig/std/<changed file>` (e.g. `bin/zig test lib/zig/std/heap.zig`). |
| 239 | | 239 | |
| 240 | Once your changes are finished, run all the zig tests from the build directory: | 240 | Once your changes are finished, run all the zig tests from the build directory: |
| 241 | | 241 | |