sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 6dc6994ac5a68d183b2a856cfe7768f6f563edcc
parent eab45e7e81269eca0426b24ae56f443c438bb2bf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 18 Feb 2024 16:14:38 +0100

-add missing file

Diffstat:
Asrc/testing/testing_api_traits.c | 31+++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+), 0 deletions(-)

diff --git a/src/testing/testing_api_traits.c 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 */