fix: Update test_runner.json to point to build/tests/integration

Integration test modules (.so files) are built in build/tests/integration,
not tests/integration. Updated config to reflect correct path.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
StillHammer 2025-11-29 17:07:45 +08:00
parent a01115a848
commit 2a0ace3441

View File

@ -1,6 +1,6 @@
{
"enabled": true,
"testDirectory": "tests/integration",
"testDirectory": "build/tests/integration",
"globalTimeoutMs": 300000,
"stopOnFirstFailure": false,
"verboseOutput": true,