From 76e242ce7640f6f1a79e9af95330afa56f2a46df Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 15 Oct 2023 01:06:41 -0400 Subject: README.md: add "Tests" section --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e19904d..3cbc785 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,15 @@ Full [API][] documentation is available in the comments of `sha3.h`. If you have [Doxygen][] installed, you can generate [HTML][]-formatted [API][] documentation by typing `make doc`. +## Tests + +Use `make test` to build and run the test suite. + +The test suite checks each component of this implementation for expected +answers and is built with several sanitizers supported by both [GCC][] +and [Clang][]. The source code for the test suite is embedded at the +bottom of `fips203ipd.c` behind a `TEST_FIPS203IPD` define. + ## References * [FIPS 202 - SHA-3 Standard: Permutation-Based Hash and Extendable-Output Functions][FIPS 202] @@ -223,3 +232,7 @@ you have [Doxygen][] installed, you can generate [HTML][]-formatted "Application Programming Interface (API)" [html]: https://en.wikipedia.org/wiki/HTML "HyperText Markup Language (HTML)" +[gcc]: https://en.wikipedia.org/wiki/GNU_Compiler_Collection + "GNU Compiler Collection." +[clang]: https://en.wikipedia.org/wiki/Clang + "LLVM compiler front end." -- cgit v1.2.3