diff options
author | Paul Selkirk <paul@psgd.org> | 2016-02-25 17:27:33 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-02-25 17:27:33 -0500 |
commit | cef7ba6f7024a2c3a53760be8c5fc4f937e8efb5 (patch) | |
tree | 76ffb7c2ab731674f78871c8e2c5a096f9cc4f37 /tests/GNUmakefile | |
parent | a88a8695d30faeac3186ec88278fd075d85315d9 (diff) |
RPC over loopback socket, just to work out the mechanics for serialization and dispatch.
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r-- | tests/GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile index ba515f7..2f026a1 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -30,6 +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 CFLAGS = -g3 -Wall -fPIC -std=c99 -I.. |