We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb6934 commit 1907f0fCopy full SHA for 1907f0f
src/tests.c
@@ -10,7 +10,12 @@
10
11
#include <time.h>
12
13
+#ifdef USE_EXTERNAL_DEFAULT_CALLBACKS
14
+ #pragma message("Ignoring USE_EXTERNAL_CALLBACKS in tests.")
15
+ #undef USE_EXTERNAL_DEFAULT_CALLBACKS
16
+#endif
17
#include "secp256k1.c"
18
+
19
#include "../include/secp256k1.h"
20
#include "../include/secp256k1_preallocated.h"
21
#include "testrand_impl.h"
src/tests_exhaustive.c
@@ -13,7 +13,12 @@
#define EXHAUSTIVE_TEST_ORDER 13
#endif
+ #pragma message("Ignoring USE_EXTERNAL_CALLBACKS in exhaustive_tests.")
22
23
#include "assumptions.h"
24
#include "group.h"
0 commit comments