summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-18 16:14:38 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-18 16:14:38 +0100
commit6dc6994ac5a68d183b2a856cfe7768f6f563edcc (patch)
tree081aada7981dcbe57bcecfe50fab1e99ef57325b /src/testing
parenteab45e7e81269eca0426b24ae56f443c438bb2bf (diff)
downloadsync-6dc6994ac5a68d183b2a856cfe7768f6f563edcc.tar.gz
sync-6dc6994ac5a68d183b2a856cfe7768f6f563edcc.tar.bz2
sync-6dc6994ac5a68d183b2a856cfe7768f6f563edcc.zip
-add missing file
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_traits.c31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/testing/testing_api_traits.c b/src/testing/testing_api_traits.c
new file mode 100644
index 0000000..808cfd9
--- /dev/null
+++ b/src/testing/testing_api_traits.c
@@ -0,0 +1,31 @@
+/*
+ This file is part of TALER
+ Copyright (C) 2024 Taler Systems SA
+
+ TALER is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 3, or
+ (at your option) any later version.
+
+ TALER is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with TALER; see the file COPYING. If not, see
+ <http://www.gnu.org/licenses/>
+*/
+/**
+ * @file testing/testing_api_traits.c
+ * @brief trait implementation
+ * @author Christian Grothoff
+ */
+#include "platform.h"
+#include "sync_testing_lib.h"
+
+
+SYNC_TESTING_SIMPLE_TRAITS (TALER_TESTING_MAKE_IMPL_SIMPLE_TRAIT)
+
+
+/* end of testing_api_traits.c */