aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorKyle Altendorf <sda@fstab.net>2019-09-22 10:47:44 -0400
committerKyle Altendorf <sda@fstab.net>2019-09-22 10:47:44 -0400
commitb0fa69bb8869cc80a7151dd6ee8a407a0c5f9e8d (patch)
tree0f90e388be8a7f9c79eccba64e7b8a8d6266e646 /test.c
parentReturn non-zero when tests fail (diff)
parentMerge pull request #24 from altendky/separate_test_and_main (diff)
downloadsiphash-b0fa69bb8869cc80a7151dd6ee8a407a0c5f9e8d.tar.gz
siphash-b0fa69bb8869cc80a7151dd6ee8a407a0c5f9e8d.tar.xz
Merge branch 'master' into return_for_test_failed
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index 1f57594..64d2ec3 100644
--- a/test.c
+++ b/test.c
@@ -44,7 +44,7 @@ const char *labels[4] = {
size_t lengths[4] = {8, 16, 4, 8};
-int main() {
+int siphash_test() {
uint8_t in[64], out[16], k[16];
int i;
bool any_failed;