diff options
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; +} |
