diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-01-24 18:46:49 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-01-24 18:46:49 +0100 |
commit | 531b61cd43765e16ebaacd3900241efc9a6b6616 (patch) | |
tree | 2ce28f8cdda92608589eae7aff1d7852632f1da6 /src/lib/test_auditor_api.c | |
parent | 9de8b7762547e4064d618cf2ad1e4da8a1f6994b (diff) | |
parent | 649dd16401379285bb2260fce8dbb5eb6f24b453 (diff) |
adding separate test just for /verison API
Diffstat (limited to 'src/lib/test_auditor_api.c')
-rw-r--r-- | src/lib/test_auditor_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/test_auditor_api.c b/src/lib/test_auditor_api.c index cddd2119..cde3e1aa 100644 --- a/src/lib/test_auditor_api.c +++ b/src/lib/test_auditor_api.c @@ -471,6 +471,7 @@ run (void *cls, }; struct TALER_TESTING_Command commands[] = { + CMD_RUN_AUDITOR("virgin-auditor"), CMD_RUN_WIRE_AUDITOR("virgin-wire-auditor"), TALER_TESTING_cmd_batch ("withdraw", |