aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-05-27 15:56:59 +0200
committerRob Austein <sra@hactrn.net>2015-05-27 15:56:59 +0200
commit2c81ecf429e266039a66d83742e22ea0eccfa327 (patch)
treee7ac97422d55cd49f5e0a573c0f3dfab5de850d3 /tests/Makefile.in
parent9e00faa503b1ac5ee4d01db84accdaf27f08f436 (diff)
First pass at RSA tests.
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 ba45a57..19c68c8 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -2,7 +2,7 @@
INC = ../cryptech.h
LIB = ../libcryptech.a
-BIN = test-aes-key-wrap test-hash
+BIN = test-aes-key-wrap test-hash test-rsa
CC = @CC@
CFLAGS = @CFLAGS@ -I..