aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_traits.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-12-01 14:06:12 +0100
committert3sserakt <t3ss@posteo.de>2021-12-01 14:06:12 +0100
commit1408842544b1cbea01efc636bdcb6be73a4e20a9 (patch)
tree238ee0392d0597d297f6dcfa613ea0000a01d6d3 /src/testing/testing_api_traits.c
parent5b4c1620bb7ed90d7bb26484c0a39807bb7f1dd5 (diff)
downloadgnunet-1408842544b1cbea01efc636bdcb6be73a4e20a9.tar.gz
gnunet-1408842544b1cbea01efc636bdcb6be73a4e20a9.zip
- using the big macrofication of the traits from GNU Taler now
Diffstat (limited to 'src/testing/testing_api_traits.c')
-rw-r--r--src/testing/testing_api_traits.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testing/testing_api_traits.c b/src/testing/testing_api_traits.c
index 2f836ddfa..9b54443a1 100644
--- a/src/testing/testing_api_traits.c
+++ b/src/testing/testing_api_traits.c
@@ -27,8 +27,15 @@
27 */ 27 */
28#include "platform.h" 28#include "platform.h"
29#include "gnunet_testing_ng_lib.h" 29#include "gnunet_testing_ng_lib.h"
30#include "gnunet_testing_netjail_lib.h"
30 31
31 32
33GNUNET_TESTING_SIMPLE_TRAITS (GNUNET_TESTING_MAKE_IMPL_SIMPLE_TRAIT)
34
35GNUNET_TESTING_INDEXED_TRAITS (GNUNET_TESTING_MAKE_IMPL_INDEXED_TRAIT)
36
37GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS (GNUNET_TESTING_MAKE_IMPL_SIMPLE_TRAIT)
38
32/** 39/**
33 * End a trait array. Usually, commands offer several traits, 40 * End a trait array. Usually, commands offer several traits,
34 * and put them in arrays. 41 * and put them in arrays.