Fixed the unit tests after integration of property-list property and device-object-property-reference properties. Thank you for noticing it was broken, Nikola Jelić, and for sending in fixes.
This commit is contained in:
@@ -4,8 +4,6 @@ CC = gcc
|
||||
SRC_DIR = ../src
|
||||
INCLUDES = -I../include -I.
|
||||
DEFINES = -DBIG_ENDIAN=0 -DTEST -DTEST_BACNET_APPLICATION_DATA
|
||||
DEFINES += -DBACAPP_ALL -DPRINT_ENABLED=1
|
||||
|
||||
CFLAGS = -Wall $(INCLUDES) $(DEFINES) -g
|
||||
|
||||
SRCS = $(SRC_DIR)/bacdcode.c \
|
||||
@@ -13,6 +11,7 @@ SRCS = $(SRC_DIR)/bacdcode.c \
|
||||
$(SRC_DIR)/bacstr.c \
|
||||
$(SRC_DIR)/bacreal.c \
|
||||
$(SRC_DIR)/bacapp.c \
|
||||
$(SRC_DIR)/bacdevobjpropref.c \
|
||||
$(SRC_DIR)/datetime.c \
|
||||
$(SRC_DIR)/bactext.c \
|
||||
$(SRC_DIR)/lighting.c \
|
||||
|
||||
Reference in New Issue
Block a user