TNT/tests
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
..
unit test: add chat_room unit tests and integrate into build 2026-04-19 15:22:01 +08:00
test_anonymous_access.sh refactor: optimize rendering, log loading, and migrate to libssh callback API (#9) 2026-02-07 23:17:55 +08:00
test_basic.sh refactor: optimize rendering, log loading, and migrate to libssh callback API (#9) 2026-02-07 23:17:55 +08:00
test_connection_limits.sh fix: separate per-ip concurrency from connection rate 2026-03-10 19:08:28 +08:00
test_exec_mode.sh refactor: stabilize SSH runtime and add exec interface 2026-03-10 18:52:20 +08:00
test_security_features.sh fix: separate per-ip concurrency from connection rate 2026-03-10 19:08:28 +08:00
test_stress.sh fix: separate per-ip concurrency from connection rate 2026-03-10 19:08:28 +08:00