TNT/tests/unit
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
..
Makefile test: add chat_room unit tests and integrate into build 2026-04-19 15:22:01 +08:00
test_chat_room.c test: add chat_room unit tests and integrate into build 2026-04-19 15:22:01 +08:00
test_message test: add comprehensive unit tests for UTF-8 and message functions 2026-02-08 10:29:19 +08:00
test_message.c test: add comprehensive unit tests for UTF-8 and message functions 2026-02-08 10:29:19 +08:00
test_utf8 test: add comprehensive unit tests for UTF-8 and message functions 2026-02-08 10:29:19 +08:00
test_utf8.c test: add comprehensive unit tests for UTF-8 and message functions 2026-02-08 10:29:19 +08:00