| author | |
| committer | |
| log | 6936f0514f1fb2625bdaa070dccc5bd3ef23d377 |
| tree | 888ccafbd4aaa57aabab92e364dbdd0ebf298b16 |
| parent | af7daae26b874a40319041cce784645b03aa8fb3 |
1 files changed, 1 insertions(+), 1 deletions(-)
README.md+1-1| ... | ... | @@ -235,7 +235,7 @@ from the build directory: |
| 235 | 235 | |
| 236 | 236 | 1. Run `make install` (on POSIX) or `msbuild -p:Configuration=Release INSTALL.vcxproj` |
| 237 | 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 | 240 | Once your changes are finished, run all the zig tests from the build directory: |
| 241 | 241 |