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
@@ -11,7 +11,7 @@
|
||||
|
||||
SRC_DIR := ../src
|
||||
INCLUDES := -I$(SRC_DIR) -I.
|
||||
DEFINES := -DBIG_ENDIAN=0 -DTEST -DBACAPP_ALL -DTEST_TIMESYNC
|
||||
DEFINES := -DBIG_ENDIAN=0 -DBAC_TEST -DBACAPP_ALL -DTEST_TIMESYNC
|
||||
|
||||
CFLAGS := $(INCLUDES) $(DEFINES) -g
|
||||
CFLAGS += -Wall
|
||||
|
||||
Reference in New Issue
Block a user