corrected to pass unit testing

This commit is contained in:
skarg
2009-10-24 18:13:59 +00:00
parent 104aa6a4ef
commit 3626b302c8
3 changed files with 20 additions and 3 deletions
+8
View File
@@ -8,6 +8,14 @@ CFLAGS = -Wall $(INCLUDES) $(DEFINES) -g
SRCS = $(SRC_DIR)/address.c \
$(SRC_DIR)/bacaddr.c \
$(SRC_DIR)/bacdcode.c \
$(SRC_DIR)/bacint.c \
$(SRC_DIR)/bacstr.c \
$(SRC_DIR)/bacreal.c \
$(SRC_DIR)/bacapp.c \
$(SRC_DIR)/datetime.c \
$(SRC_DIR)/bactext.c \
$(SRC_DIR)/indtext.c \
ctest.c
OBJS = ${SRCS:.c=.o}