From b6a26390556fe14c3fc9634b291baabeba7ed517 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 10 Mar 2026 08:49:35 +0100 Subject: monero updates --- tests/c/src/main.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/c/src/main.c (limited to 'tests/c/src/main.c') diff --git a/tests/c/src/main.c b/tests/c/src/main.c new file mode 100644 index 0000000..0ae418f --- /dev/null +++ b/tests/c/src/main.c @@ -0,0 +1,12 @@ +#include +#include +#include +#include "../tests/all.h" + + +int main() { + monero_test_creation(); + monero_test_restore(); + printf("All tests passed\n"); + return 0; +} -- cgit v1.2.3