diff options
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 |