From 84ec6d2c747843c114ee11e6b5b04cfa3cfbb69c Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Sat, 21 Sep 2019 16:12:31 -0400 Subject: 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. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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),) -- cgit v1.2.3