summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-05-09 16:01:54 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-05-09 16:01:54 +0200
commitd30f4e1d34dd993ca0d32b08483e18095e196a18 (patch)
tree540b5e83f52a656bd526e9d73a97b969908ab543 /src/lib/Makefile.am
parent323c183899060762f6c812041ddb20e28846f5f1 (diff)
downloadmerchant-d30f4e1d34dd993ca0d32b08483e18095e196a18.tar.gz
merchant-d30f4e1d34dd993ca0d32b08483e18095e196a18.tar.bz2
merchant-d30f4e1d34dd993ca0d32b08483e18095e196a18.zip
Introducing "rewind" CMD.
It allows one to point to the next desired CMD to execute into the interpreter.
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 39acd3ad..6e885689 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -47,6 +47,7 @@ libtalermerchanttesting_la_SOURCES = \
testing_api_cmd_tip.c \
testing_api_cmd_track.c \
testing_api_cmd_history.c \
+ testing_api_cmd_rewind.c \
testing_api_helpers.c \
testing_api_trait_merchant_sig.c \
testing_api_trait_string.c \