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.
VERIFY
COVERAGE
1 parent 908e02d commit e83801fCopy full SHA for e83801f
src/tests.c
@@ -14,6 +14,9 @@
14
#pragma message("Ignoring USE_EXTERNAL_CALLBACKS in tests.")
15
#undef USE_EXTERNAL_DEFAULT_CALLBACKS
16
#endif
17
+#if defined(VERIFY) && defined(COVERAGE)
18
+ #pragma message("Defining VERIFY for tests being built for coverage analysis support is meaningless.")
19
+#endif
20
#include "secp256k1.c"
21
22
#include "../include/secp256k1.h"
0 commit comments