mirror of
https://github.com/m1ngsama/TNT.git
synced 2025-12-24 10:51:41 +00:00
Added build targets: - make asan - AddressSanitizer for memory bugs - make debug - Debug symbols - make valgrind - Valgrind helper - make check - Static analysis (cppcheck, clang-tidy) Added test scripts: - test_basic.sh - Basic functionality tests * Server startup * SSH connection * Message logging - test_stress.sh - Load testing * Configurable client count * Configurable duration * Automatic cleanup Updated .gitignore: - test.log - *.dSYM/ Philosophy: Simple, minimal, Unix-style tools. No dependencies on complex test frameworks.
10 lines
81 B
Text
10 lines
81 B
Text
*.o
|
|
obj/
|
|
tnt
|
|
messages.log
|
|
host_key
|
|
host_key.pub
|
|
*.swp
|
|
.DS_Store
|
|
test.log
|
|
*.dSYM/
|