feat: add README for C++ test harness setup and usage instructions
This commit is contained in:
12
tests/README.md
Normal file
12
tests/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user