mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-12-28 17:44:47 +01:00
9 lines
170 B
C
9 lines
170 B
C
|
#ifndef LIGHTNING_CLI_TEST_CONFIG_TEST_H
|
||
|
#define LIGHTNING_CLI_TEST_CONFIG_TEST_H
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
#define CLN_TEST 1
|
||
|
|
||
|
#endif /* LIGHTNING_CLI_TEST_CONFIG_TEST_H */
|