aboutsummaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-03-11 15:44:34 -0500
committerRob Austein <sra@hactrn.net>2016-03-11 15:44:34 -0500
commit0b8820c33421d5c23022af326ada1815fb5c742d (patch)
treecfe81d13155af37528ca2109a5081d13c286ccce /tests/GNUmakefile
parent74aa82f1b07e0005a7dae60d89173f2f5243be52 (diff)
First step towards RPC PKEY tests. Currently RSA-only, test-vector
only, requires AES core (for key wrapping).
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 2f026a1..4bb5f72 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -30,7 +30,7 @@
INC = ../hal.h
LIB = ../libhal.a
BIN = test-aes-key-wrap test-hash test-pbkdf2 test-ecdsa test-bus test-trng test-rsa
-BIN += test-rpc_hash test-rpc_server
+BIN += test-rpc_hash test-rpc_server test-rpc_pkey
CFLAGS = -g3 -Wall -fPIC -std=c99 -I..
133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179