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
+1 -1
View File
@@ -4,7 +4,7 @@ BASEDIR = .
#CFLAGS = -Wall -I.
# -g for debugging with gdb
#CFLAGS = -Wall -I. -g
CFLAGS = -Wall -I. -Itest -Idemo/object -DTEST -DTEST_COV -g
CFLAGS = -Wall -I. -Itest -Idemo/object -DTEST -DTEST_COV -DBACDL_TEST=1 -DBIG_ENDIAN=0 -g
SRCS = bacdcode.c \
bacstr.c \