Corrected unit tests to work with new datalink file.

This commit is contained in:
skarg
2007-02-02 02:20:21 +00:00
parent f9f53c1ec6
commit 5e7c88b171
7 changed files with 68 additions and 20 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#Makefile to build test case
CC = gcc
# -g for debugging with gdb
DEFINES = -DTSM_ENABLED=1 -DTEST -DTEST_TSM
DEFINES = -DTSM_ENABLED=1 -DTEST -DTEST_TSM -DBIG_ENDIAN=0 -DBACDL_TEST=1
INCLUDES = -I. -Idemo/object -Idemo/handler -Itest -Iports/linux
CFLAGS = -Wall $(INCLUDES) $(DEFINES) -g
@@ -21,11 +21,11 @@ SRCS = address.c \
demo/object/bv.c \
demo/object/lsp.c \
demo/object/mso.c \
demo/object/lc.c \
iam.c \
dcc.c \
npdu.c \
apdu.c \
datalink.c \
tsm.c \
test/ctest.c