mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
Use expected LIGHTNING_DIR_FILE_H define
This commit is contained in:
committed by
Rusty Russell
parent
98f49c0837
commit
a4059ef83e
@@ -1,5 +1,5 @@
|
||||
#ifndef LIGHTNING_WALLET_TEST_UTILS_H
|
||||
#define LIGHTNING_WALLET_TEST_UTILS_H
|
||||
#ifndef LIGHTNING_WALLET_TEST_TEST_UTILS_H
|
||||
#define LIGHTNING_WALLET_TEST_TEST_UTILS_H
|
||||
|
||||
/* Definitions "inspired" by libsecp256k1 */
|
||||
#define TEST_FAILURE(msg) do { \
|
||||
@@ -21,4 +21,4 @@
|
||||
|
||||
#define CHECK(cond) CHECK_MSG(cond,"test condition failed");
|
||||
|
||||
#endif /* LIGHTNING_WALLET_TEST_UTILS_H */
|
||||
#endif /* LIGHTNING_WALLET_TEST_TEST_UTILS_H */
|
||||
|
||||
Reference in New Issue
Block a user