#include #include #include #include "../tests/all.h" int main() { monero_test_creation(); monero_test_restore(); printf("All tests passed\n"); return 0; }