This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/test/lpi_plus/gtest_lpip.h

16 lines
194 B
C
Raw Normal View History

2024-10-11 06:08:50 +00:00
#pragma once
#ifdef __cplusplus
extern "C"
{
#endif
int stellar_test_result_setup();
char *stellar_test_result_json_export();
void stellar_test_result_cleanup();
#ifdef __cplusplus
}
#endif