From 115d3fc0c6796ef1d07caf3756a303a654767ecf Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Wed, 10 Jun 2020 19:07:54 -0400 Subject: test/fix for POST /private/reserves --- src/testing/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testing/Makefile.am') diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 03c1008d..985db0cf 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -21,6 +21,7 @@ libtalermerchanttesting_la_SOURCES = \ testing_api_cmd_get_instances.c \ testing_api_cmd_get_product.c \ testing_api_cmd_get_products.c \ + testing_api_cmd_get_tips.c \ testing_api_cmd_get_transfers.c \ testing_api_cmd_delete_instance.c \ testing_api_cmd_delete_product.c \ @@ -29,6 +30,7 @@ libtalermerchanttesting_la_SOURCES = \ testing_api_cmd_post_instances.c \ testing_api_cmd_post_orders.c \ testing_api_cmd_post_products.c \ + testing_api_cmd_post_reserves.c \ testing_api_cmd_post_transfers.c \ testing_api_cmd_patch_instance.c \ testing_api_cmd_patch_product.c \ -- cgit v1.2.3