diff options
author | Paul Selkirk <paul@psgd.org> | 2018-02-27 17:51:48 +0100 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2018-04-19 18:57:32 -0400 |
commit | a72d079d372a7e90f4822d6544b18023fa6a39fc (patch) | |
tree | 12fd889c90e4b3b8a23f4e8acb5e4eeb1ba9b856 /tests/Makefile | |
parent | 0d17fd984e6ed486d6cd622edee226e263aab510 (diff) |
Refactor XDR code, add support for fixed-length opaque data.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 79cb3ff..d64728f 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 test-rpc_login test-rpc_bighash +CLIENT_TESTS = test-rpc_hash test-rpc_pkey test-rpc_get_version test-rpc_get_random test-rpc_login test-rpc_bighash test-xdr ALL_TESTS = ${CORE_TESTS} ${SERVER_TESTS} ${CLIENT_TESTS} |