feat: add README for C++ test harness setup and usage instructions

This commit is contained in:
MayaTheShy
2025-11-08 19:19:17 -05:00
parent 75282187b2
commit 24376157ea

12
tests/README.md Normal file
View File

@@ -0,0 +1,12 @@
This folder contains a minimal C++ test harness for starworld.
Build target: stardust-tests
What it checks:
- Protocol signature stability: compares NLPacket::computeProtocolVersionSignature() against the expected value for the vendored Overte commit.
- Domain discovery parsing: validates that JSON containing Vircadia- or Overte-style fields is parsed into host/port pairs correctly.
Run:
./build/stardust-tests
Exit code 0 indicates PASS.