aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-05 20:53:31 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-05 20:53:31 +0100
commit4a3e83403f05cb300ae6e6633cdf069dc8b75786 (patch)
treecf11f282d4f36bafc2e2f9b3f676f0191bb68295 /src/test/test.c
parentadd test for file (diff)
downloadlibkeccak-4a3e83403f05cb300ae6e6633cdf069dc8b75786.tar.gz
libkeccak-4a3e83403f05cb300ae6e6633cdf069dc8b75786.tar.bz2
libkeccak-4a3e83403f05cb300ae6e6633cdf069dc8b75786.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c7
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;