diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-05 20:53:31 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-05 20:53:31 +0100 |
commit | 4a3e83403f05cb300ae6e6633cdf069dc8b75786 (patch) | |
tree | cf11f282d4f36bafc2e2f9b3f676f0191bb68295 | |
parent | add test for file (diff) | |
download | libkeccak-4a3e83403f05cb300ae6e6633cdf069dc8b75786.tar.gz libkeccak-4a3e83403f05cb300ae6e6633cdf069dc8b75786.tar.bz2 libkeccak-4a3e83403f05cb300ae6e6633cdf069dc8b75786.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/test/test.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index 38f5d44..1f4cbd9 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -556,6 +556,13 @@ static int test_file(const libkeccak_spec_t* restrict spec, const char* restrict } +/** + * Basically, verify the correctness of the program. + * The current working path must be the root directory + * of the repository (the project directory). + * + * @return Zero on success, 1 on failure or incorrectness + */ int main(void) { libkeccak_generalised_spec_t gspec; |