diff options
author | Paul Selkirk <paul@psgd.org> | 2016-07-06 14:36:47 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-07-06 18:16:49 -0400 |
commit | f74b88612d128460cf32a281bc9464b24666cee8 (patch) | |
tree | 58662af3ac03640ae33e43811a70cb174aebfa3d /tests/Makefile | |
parent | ff928e437962a80a7f5033673cfc9f9ec019fdf8 (diff) |
Add a couple more tests
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 229ffcf..79cb3ff 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -45,7 +45,7 @@ CFLAGS ?= -g3 -Wall -fPIC -std=c99 -I${LIBHAL_SRC} -I${LIBTFM_BLD} CORE_TESTS = test-aes-key-wrap test-hash test-pbkdf2 test-ecdsa test-bus test-trng test-rsa test-mkmif SERVER_TESTS = test-rpc_server -CLIENT_TESTS = test-rpc_hash test-rpc_pkey test-rpc_get_version test-rpc_get_random +CLIENT_TESTS = test-rpc_hash test-rpc_pkey test-rpc_get_version test-rpc_get_random test-rpc_login test-rpc_bighash ALL_TESTS = ${CORE_TESTS} ${SERVER_TESTS} ${CLIENT_TESTS} @@ -63,6 +63,8 @@ else endif +$(info Building libhal with configuration IO_BUS=${IO_BUS} RPC_MODE=${RPC_MODE} KS=${KS} RPC_TRANSPORT=${RPC_TRANSPORT} MODEXP_CORE=${MODEXP_CORE}) + all: ${BIN} test: all |