← Back to list

test
by FWFsoft
A game engine for developing 2D isometric ARPG and RTS games
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: test description: Run all tests for the Gambit game engine. Use when the user wants to run tests, verify functionality, or check that code changes haven't broken anything.
Run Tests
Builds the project (if needed) and runs all tests using CTest.
Instructions
-
Run tests:
make test -
Run tests with coverage:
make test-coverage
Test Structure
Tests are organized into modular suites:
PlayerMovement- Player movement and bounds testsNetworkProtocol- Network serialization/deserialization testsEventBus- Event bus pub/sub testsInputSystem- Input handling testsRemotePlayerInterpolation- Remote player interpolation testsClientPrediction- Client-side prediction tests
Expected Output
On success, you should see:
100% tests passed, 0 tests failed out of 6
On failure, CTest will show which test suites failed with error details.
Notes
- Tests use CTest for better isolation and parallel execution
- Each test suite is a separate executable in
build/test_* - Run specific tests with:
cd build && ctest -R <TestName> - Run tests in parallel with:
cd build && ctest -j8 - Coverage reports available at
build/coverage/index.html
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon