refactor: rename test macro to prevent collisions (#91)
* refactor: rename test macro to prevent collisions * style: align cmake epilog * refactor: rename define in makefiles
This commit is contained in:
committed by
GitHub
parent
cbfa74e48d
commit
981d4036c8
+1
-1
@@ -5,7 +5,7 @@ SRC_INC = ../include
|
||||
DEMO_DIR = ../demo/handler
|
||||
DEMO_INC = ../demo/object
|
||||
INCLUDES = -I. -I$(SRC_INC) -I$(DEMO_INC)
|
||||
DEFINES = -DBIG_ENDIAN=0 -DTEST -DTEST_BBMD6
|
||||
DEFINES = -DBIG_ENDIAN=0 -DBAC_TEST -DTEST_BBMD6
|
||||
|
||||
CFLAGS = -Wall -Wmissing-prototypes $(INCLUDES) $(DEFINES) -g
|
||||
|
||||
|
||||
Reference in New Issue
Block a user