diff --git a/TESTING.md b/TESTING.md index 3deed37..4102e89 100644 --- a/TESTING.md +++ b/TESTING.md @@ -93,6 +93,7 @@ Quick Windows checks: rustc -vV where.exe cl where.exe lib +where.exe link ``` `rustc -vV` should report a `host` containing `x86_64-pc-windows-msvc`. @@ -111,6 +112,16 @@ On Windows, in an Administrator terminal: cargo build --release -p lanparty-client-win ``` +Then confirm the binary starts and can see TAP-Windows6: + +```powershell +.\target\release\lanparty-client-win.exe --help +.\target\release\lanparty-client-win.exe --list-tap-adapters +``` + +The adapter list should show at least one TAP-Windows6 adapter before the full +tunnel run. If it does not, fix the TAP install first. + The binaries used below are: ```text