aboutsummaryrefslogtreecommitdiff
path: root/src/service/testing/testing_api_traits.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-11-29 16:43:53 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2023-11-29 16:43:53 +0100
commit9845caa5b8bcc6e4bb90615244b42a2d09256e66 (patch)
treea32cdd514e227db4694ac6cac5f1d85170568d7c /src/service/testing/testing_api_traits.c
parent6a4207ac3987df455499102e9d094f9eb2347cf3 (diff)
parent994b9e471e22fd1c54658598f1b4e09ad5906dbc (diff)
downloadgnunet-9845caa5b8bcc6e4bb90615244b42a2d09256e66.tar.gz
gnunet-9845caa5b8bcc6e4bb90615244b42a2d09256e66.zip
Merge branch 'master' of git+ssh://git.gnunet.org/gnunet
Diffstat (limited to 'src/service/testing/testing_api_traits.c')
-rw-r--r--src/service/testing/testing_api_traits.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/service/testing/testing_api_traits.c b/src/service/testing/testing_api_traits.c
index ddd04ac30..18faa2d04 100644
--- a/src/service/testing/testing_api_traits.c
+++ b/src/service/testing/testing_api_traits.c
@@ -34,15 +34,15 @@
34 34
35/* FIXME: move these into respective sub-libs? */ 35/* FIXME: move these into respective sub-libs? */
36 36
37GNUNET_TESTING_SIMPLE_TRAITS (GNUNET_TESTING_MAKE_IMPL_SIMPLE_TRAIT) 37GNUNET_TESTING_SIMPLE_TRAITS (GNUNET_TESTING_MAKE_IMPL_SIMPLE_TRAIT, GNUNET_TESTING)
38 38
39GNUNET_TESTING_INDEXED_TRAITS (GNUNET_TESTING_MAKE_IMPL_INDEXED_TRAIT) 39GNUNET_TESTING_INDEXED_TRAITS (GNUNET_TESTING_MAKE_IMPL_INDEXED_TRAIT, GNUNET_TESTING)
40 40
41GNUNET_TESTING_LOOP_SIMPLE_TRAITS (GNUNET_TESTING_MAKE_IMPL_SIMPLE_TRAIT) 41GNUNET_TESTING_LOOP_SIMPLE_TRAITS (GNUNET_TESTING_MAKE_IMPL_SIMPLE_TRAIT, GNUNET_TESTING)
42 42
43GNUNET_TESTING_LOOP_INDEXED_TRAITS (GNUNET_TESTING_MAKE_IMPL_INDEXED_TRAIT) 43GNUNET_TESTING_LOOP_INDEXED_TRAITS (GNUNET_TESTING_MAKE_IMPL_INDEXED_TRAIT, GNUNET_TESTING)
44 44
45GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS (GNUNET_TESTING_MAKE_IMPL_SIMPLE_TRAIT) 45GNUNET_TESTING_SIMPLE_NETJAIL_TRAITS (GNUNET_TESTING_MAKE_IMPL_SIMPLE_TRAIT, GNUNET_TESTING)
46 46
47/** 47/**
48 * End a trait array. Usually, commands offer several traits, 48 * End a trait array. Usually, commands offer several traits,