aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-05-24 16:31:12 -0400
committerRob Austein <sra@hactrn.net>2015-05-24 16:35:09 -0400
commite4a7f76368954edb2622d9b9f333f6b6ef6001e1 (patch)
tree7f3cacb697afa260cc0c5996c9afebdc0b925d52 /tests/Makefile.in
parentd529414ec8fe73994b8ac3b3c31c141b90078807 (diff)
First pass on hash test code.
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index f63e4fc..ba45a57 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -2,7 +2,7 @@
INC = ../cryptech.h
LIB = ../libcryptech.a
-BIN = test-aes-key-wrap
+BIN = test-aes-key-wrap test-hash
CC = @CC@
CFLAGS = @CFLAGS@ -I..