diff options
| author | Peter LaFosse <peter@vector35.com> | 2025-10-15 13:07:53 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2025-10-16 13:37:08 -0400 |
| commit | 4780a8414c41099f49c5cb9a780bfffd084bdd47 (patch) | |
| tree | ff1e3796c4d66d9a86863e503f2a7468dc0ac17b | |
| parent | 96c56a41f73d9ac1a5ba7e6efd06f0145b834f24 (diff) | |
Add BNRunUnitTests API
| -rw-r--r-- | binaryninjacore.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 9f544b9f..c6fa691d 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -3823,6 +3823,10 @@ extern "C" BINARYNINJACOREAPI void BNShutdown(void); BINARYNINJACOREAPI bool BNIsShutdownRequested(void); +#ifdef UNIT + BINARYNINJACOREAPI int BNRunUnitTests(int argc, char** argv); +#endif + BINARYNINJACOREAPI BNVersionInfo BNGetVersionInfo(void); BINARYNINJACOREAPI char* BNGetVersionString(void); BINARYNINJACOREAPI uint32_t BNGetBuildId(void); |
