test: Warn if both VERIFY
and COVERAGE
are defined
This commit is contained in:
parent
908e02d596
commit
e83801f5db
@ -14,6 +14,9 @@
|
||||
#pragma message("Ignoring USE_EXTERNAL_CALLBACKS in tests.")
|
||||
#undef USE_EXTERNAL_DEFAULT_CALLBACKS
|
||||
#endif
|
||||
#if defined(VERIFY) && defined(COVERAGE)
|
||||
#pragma message("Defining VERIFY for tests being built for coverage analysis support is meaningless.")
|
||||
#endif
|
||||
#include "secp256k1.c"
|
||||
|
||||
#include "../include/secp256k1.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user