From 61fecfcd6f3e2e66e136c22195c38c99be8baa31 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 20 Jun 2018 11:08:56 +0200 Subject: Put lookup logic for meta-commands. --- src/include/taler_testing_lib.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 428bcb78..57e2f0df 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -300,6 +300,15 @@ struct TALER_TESTING_Command const char *trait, unsigned int index); + + /** + * Has GNUNET_YES if the command is a "meta" one. Meta + * commands are those that takes arrays of commands and + * execute them. Are used to group testing commands in + * order to improve readability of test cases. + */ + unsigned int meta; + }; /** -- cgit v1.2.3