diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-21 14:04:43 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-12-21 14:04:43 +0100 |
commit | df6eda3994236a29f961d473308c44d5fb85e187 (patch) | |
tree | 804b50f7426325fe14ec02280145dda8f3d1e8ba /src/exchange-lib/Makefile.am | |
parent | 7d8d8b2e8a2a1c8737b805c63c83ae9892c7bab9 (diff) |
Provide test API for keys serialization.
Diffstat (limited to 'src/exchange-lib/Makefile.am')
-rw-r--r-- | src/exchange-lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange-lib/Makefile.am b/src/exchange-lib/Makefile.am index c22c47b53..4b1105d5a 100644 --- a/src/exchange-lib/Makefile.am +++ b/src/exchange-lib/Makefile.am @@ -58,6 +58,7 @@ libtalertesting_la_SOURCES = \ testing_api_cmd_signal.c \ testing_api_cmd_check_keys.c \ testing_api_cmd_batch.c \ + testing_api_cmd_serialize_keys.c \ testing_api_helpers.c \ testing_api_loop.c \ testing_api_traits.c \ |