From 6936f0514f1fb2625bdaa070dccc5bd3ef23d377 Mon Sep 17 00:00:00 2001 From: Ryan Liptak Date: Fri, 26 Apr 2019 14:14:48 -0700 Subject: [PATCH] readme: Fix filepath to test file when testing std lib changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e2e124a9eff10f935b9c4d78bf2da7af23d3bff..6b1b2b2238acf18e02f23b164712ba3f5a6eb869 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ from the build directory: 1. Run `make install` (on POSIX) or `msbuild -p:Configuration=Release INSTALL.vcxproj` (on Windows). -2. Test your changes with `bin/zig test ` (e.g. `bin/zig test std/heap.zig`). +2. Test your changes with `bin/zig test lib/zig/std/` (e.g. `bin/zig test lib/zig/std/heap.zig`). Once your changes are finished, run all the zig tests from the build directory: -- 2.54.0