diff options
author | Paul Selkirk <paul@psgd.org> | 2016-03-29 16:25:04 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-03-29 16:25:04 -0400 |
commit | 8a01c20cd38da6ff52423f02fc22d56b8ad57800 (patch) | |
tree | ade8fa5b256a47442362059543b8276d92bb5b49 /tests/GNUmakefile | |
parent | 01f5452659c34e5232bcb534e14e45b0c430047e (diff) |
Add test-rpc_get_random
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r-- | tests/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile index 63db700..65c7a25 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -40,7 +40,7 @@ ifndef RPC_SERVER endif endif ifdef RPC_CLIENT - BIN += test-rpc_hash test-rpc_pkey test-rpc_get_version + BIN += test-rpc_hash test-rpc_pkey test-rpc_get_version test-rpc_get_random endif ifdef RPC_SERVER BIN += test-rpc_server |