Files
2026-04-22 20:02:30 +02:00

675 B

Integration Runtime

Stage Runtime

cmake --build build \
  --target stage_integration_runtime \
  --config Release

Output:

build/integration-staging/runtime/Release

Validate Expected Files

test -x build/integration-staging/runtime/Release/TeamServer/TeamServer
test -f build/integration-staging/runtime/Release/Client/c2client_protocol/TeamServerApi_pb2.py

Run Integration Tests

ctest --test-dir build \
  --build-config Release \
  --output-on-failure \
  --timeout 120 \
  -R testsTeamServerRuntimeIntegration

Current Coverage

TeamServer startup
gRPC authentication
stable empty-state RPCs