aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorKyle Altendorf <sda@fstab.net>2019-09-21 16:12:31 -0400
committerKyle Altendorf <sda@fstab.net>2019-09-21 16:12:31 -0400
commit84ec6d2c747843c114ee11e6b5b04cfa3cfbb69c (patch)
treeab877193da84b7a00dc6d363dccbbcb09065372d /makefile
parentMerge pull request #21 from altendky/full_siphash_format_specifiers (diff)
downloadsiphash-84ec6d2c747843c114ee11e6b5b04cfa3cfbb69c.tar.gz
siphash-84ec6d2c747843c114ee11e6b5b04cfa3cfbb69c.tar.xz
Separate test function and main()
This allows for inclusion of the test function/file in a program with an existing main(). This is an isolated piece of #19.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index eebe3e9..c18cc85 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
CC=gcc
CFLAGS=-Wall --std=c99
-SRC=siphash.c halfsiphash.c test.c
+SRC=siphash.c halfsiphash.c test.c testmain.c
BIN=test debug vectors
ifneq ($(cROUNDS),)