You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,14 +306,21 @@ Copy `test/mesen_settings.xml` to this folder.
306
306
307
307
Install emutest (requires Go 1.21):
308
308
```console
309
-
$ go install https://github.com/kivutar/emutest
309
+
$ go install github.com/kivutar/emutest@latest
310
310
```
311
311
312
-
Make sure `$GOBIN` (usually `~/go/bin`) is included in your PATH environment variable so that CMake can find the binary, or set the `EMUTEST_DIR` environment variable to point to this directory before running `cmake -G` for the first time.
312
+
Make sure `$GOBIN` (usually `~/go/bin`) is included in your `PATH`
313
+
environment variable so that CMake can find the binary, or set the
314
+
`EMUTEST_DIR` environment variable to point to this directory before
315
+
running `cmake -G` for the first time.
316
+
317
+
You can verify emutest with `emutest -h < /dev/null` on the
0 commit comments