SimpCfg: Rename test program related #define
This commit is contained in:
parent
ca5a04d607
commit
0a534e6897
1 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
#define SC_DEBUG
|
#define SC_DEBUG
|
||||||
#define TEST_LOGIC
|
#define SC_TEST_PRG
|
||||||
#ifdef TEST_LOGIC
|
#ifdef SC_TEST_PRG
|
||||||
#define LDBUG_LN(FMT, ...) printf(FMT"\n", __VA_ARGS__)
|
#define LDBUG_LN(FMT, ...) printf(FMT"\n", __VA_ARGS__)
|
||||||
#define LERRR_LN(FMT, ...) printf(FMT"\n", __VA_ARGS__)
|
#define LERRR_LN(FMT, ...) printf(FMT"\n", __VA_ARGS__)
|
||||||
#define LWARN_LN(FMT, ...) printf(FMT"\n", __VA_ARGS__)
|
#define LWARN_LN(FMT, ...) printf(FMT"\n", __VA_ARGS__)
|
||||||
|
@ -167,7 +167,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#ifdef TEST_LOGIC
|
#ifdef SC_TEST_PRG
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
std::string fname {argv[1]};
|
std::string fname {argv[1]};
|
||||||
SimpCfg sc;
|
SimpCfg sc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue