We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5c9fa commit 5fe4a73Copy full SHA for 5fe4a73
README.md
@@ -91,7 +91,7 @@ The actual unit tests can be run with `nvapi64-tests.exe [@unit-tests]` to valid
91
Producing a debug build and starting a debugging session with the test suite can be achieved with the following snippet:
92
93
```bash
94
-meson --cross-file "./build-win64.txt" --buildtype "debugoptimized" -Denable_tests=True build/dev
+meson setup --cross-file "./build-win64.txt" --buildtype "debugoptimized" -Denable_tests=True build/dev
95
meson compile -C build/dev
96
97
DXVK_LOG_LEVEL=none DXVK_NVAPI_LOG_LEVEL=none WINEDEBUG=-all WINEDLLOVERRIDES=nvapi64=n WINEPATH=build/dev/src winedbg --gdb build/dev/tests/nvapi64-tests.exe [@all]
0 commit comments