TNT/src
m1ngsama ecc45f285c test: add chat_room unit tests and integrate into build
- 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
2026-04-19 15:22:01 +08:00
..
.gitkeep Initial commit 2025-07-01 09:00:00 +08:00
chat_room.c fix: address security vulnerabilities and design flaws from comprehensive audit 2026-04-15 10:13:17 +08:00
common.c refactor: stabilize SSH runtime and add exec interface 2026-03-10 18:52:20 +08:00
main.c fix: address security vulnerabilities and design flaws from comprehensive audit 2026-04-15 10:13:17 +08:00
message.c test: add chat_room unit tests and integrate into build 2026-04-19 15:22:01 +08:00
ssh_server.c fix: address security vulnerabilities and design flaws from comprehensive audit 2026-04-15 10:13:17 +08:00
tui.c fix: address security vulnerabilities and design flaws from comprehensive audit 2026-04-15 10:13:17 +08:00
utf8.c fix: address security vulnerabilities and design flaws from comprehensive audit 2026-04-15 10:13:17 +08:00