We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c56a4 commit 4780a84Copy full SHA for 4780a84
binaryninjacore.h
@@ -3823,6 +3823,10 @@ extern "C"
3823
BINARYNINJACOREAPI void BNShutdown(void);
3824
BINARYNINJACOREAPI bool BNIsShutdownRequested(void);
3825
3826
+#ifdef UNIT
3827
+ BINARYNINJACOREAPI int BNRunUnitTests(int argc, char** argv);
3828
+#endif
3829
+
3830
BINARYNINJACOREAPI BNVersionInfo BNGetVersionInfo(void);
3831
BINARYNINJACOREAPI char* BNGetVersionString(void);
3832
BINARYNINJACOREAPI uint32_t BNGetBuildId(void);
0 commit comments