diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-03 20:57:01 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 16:50:16 +0200 |
commit | 49f466df401259248c5d187374655492d4b4eec7 (patch) | |
tree | 71d85be4a5ecabea8dac72670ca6b1d4c7c085aa /src/testing/Makefile.am | |
parent | 2279c8ab17f641c02fd47a0fb58428ae3b96c920 (diff) |
move rewind command to exchange, add proper support for rewinding in batches, modify API to rewind to label
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r-- | src/testing/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index d73e89b3c..014faa469 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -61,6 +61,7 @@ libtalertesting_la_SOURCES = \ testing_api_cmd_refund.c \ testing_api_cmd_refresh.c \ testing_api_cmd_revoke.c \ + testing_api_cmd_rewind.c \ testing_api_cmd_serialize_keys.c \ testing_api_cmd_signal.c \ testing_api_cmd_sleep.c \ |