diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-27 00:05:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-27 00:05:34 +0100 |
commit | 1e6091d1dd8ac9886d44969d3756868a4a359780 (patch) | |
tree | 61a09d10374a36ece3e8e48cafd4a79cc37867f4 /src/testing/Makefile.am | |
parent | 7ddd1da76d56b655d68f0ccfb3d8797167054407 (diff) |
cmd to add/del wire methods from list of accounts
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r-- | src/testing/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 1c55e30ff..0850f842c 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -73,6 +73,8 @@ libtalertesting_la_SOURCES = \ testing_api_cmd_transfer_get.c \ testing_api_cmd_wait.c \ testing_api_cmd_wire.c \ + testing_api_cmd_wire_add.c \ + testing_api_cmd_wire_del.c \ testing_api_cmd_withdraw.c \ testing_api_helpers_auditor.c \ testing_api_helpers_bank.c \ |