toxcore/testing
iphydf 378febffff
cleanup: Use static_assert instead of assert where possible.
This avoids some "always true condition" warnings and lifts the errors
(if any) into compile time.
2022-04-03 17:58:14 +00:00
..
afl_testdata/tox_saves
fuzzing test: Add fuzzer support functions for internal toxcore objects. 2022-04-03 11:21:06 +00:00
BUILD.bazel cleanup: Use static_assert instead of assert where possible. 2022-04-03 17:58:14 +00:00
CMakeLists.txt cleanup: Remove unused random_testing program. 2022-04-01 09:20:04 +00:00
coverage_live.sh
distill_corpus.sh
Dockerfile
Makefile.inc chore: remove DHT_test.c since it's unused 2022-02-22 22:30:27 +01:00
Messenger_test.c feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
misc_tools.c test: Add mallocfail and proxy test to our coverage runs. 2022-02-25 01:55:28 +00:00
misc_tools.h
run_afl.sh