mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-05-10 19:00:57 +08:00
- Add 11 unit tests for chat_room.c covering: create/destroy, message add/overflow, broadcast sequence, get_message bounds, client add/remove/capacity, and null argument handling - Add unit-test target to root Makefile so `make test` runs unit tests before integration tests - Add common.c to unit test link dependencies (needed for tnt_state_path) - Guard _DARWIN_C_SOURCE define to prevent -Wmacro-redefined warning |
||
|---|---|---|
| .. | ||
| Makefile | ||
| test_chat_room.c | ||
| test_message | ||
| test_message.c | ||
| test_utf8 | ||
| test_utf8.c | ||