Update testroms project docs to reflect TFM change

fixes 9fb98ef5e
see 66e6aa7eb
This commit is contained in:
YoshiRulz 2025-02-04 20:54:01 +10:00
parent 924b5c7fae
commit f382ec7590
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ res
└─ rtc3test_artifact
```
As with EmuHawk, the target framework and configuration for all the BizHawk project deps is dictated by this project. That means .NET Standard 2.0, or .NET 6 if the project supports it.
Like when building EmuHawk, the target framework and configuration for all the BizHawk project deps is dictated by this project.
That means .NET Standard 2.0 for most libraries, or else .NET Framework 4.8 (which you can override with e.g. `-p:TestProjTargetFrameworkOverride=net8.0`).
To build and run the tests in `Release` configuration (or `Debug` if you need that for some reason):
- On Linux, run `run_tests_release.sh` or `run_tests_debug.sh`.
- On Windows, pass `-c Release` to `dotnet test` (must `cd` to this project). Omitting `-c` will use `Debug`.