diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-03-10 08:49:35 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-03-10 08:49:35 +0100 |
| commit | b6a26390556fe14c3fc9634b291baabeba7ed517 (patch) | |
| tree | c921fdd7913183b0fbe770172db529eaecb11c91 /tests/c/src/main.c | |
| parent | 2c11591e02b907e63d8fd4fcb0a6559625934a95 (diff) | |
monero updates
Diffstat (limited to 'tests/c/src/main.c')
| -rw-r--r-- | tests/c/src/main.c | 12 |
1 files changed, 12 insertions, 0 deletions
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 <stdio.h> +#include <stdlib.h> +#include <string.h> +#include "../tests/all.h" + + +int main() { + monero_test_creation(); + monero_test_restore(); + printf("All tests passed\n"); + return 0; +} |
