- A C compiler that supports C23
- Optional: Criterion: to run
fssltests. - Optional: LLVM lit & FileCheck: to run the cli test suite.
makemake libPrior to testing make sure to have a clean build by running make fclean.
Recommended: To enable the sanitizers add SANITIZE=1.
Simply run make test. Requires Criterion
Simply run make lit-test. Requires lit & FileCheck
Subjects branch are named subject/<subject_name>.
If you wish to review ft_ssl_md5 files only:
git checkout subject/ft_ssl_md5