Corrected unit test builds on Linux.

This commit is contained in:
skarg
2007-08-31 22:05:02 +00:00
parent d2fa7d44c6
commit 8aa905ce68
5 changed files with 13 additions and 7 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 -DBIG_ENDIAN=0 -DTEST -DTEST_DEVICE -g
CFLAGS = -g -Wall -I. -Itest -DBIG_ENDIAN=0 -DTEST -DTEST_DEVICE -DBACDL_TEST -DMAX_TSM_TRANSACTIONS=0
# NOTE: this file is normally called by the unittest.sh from up directory
SRCS = bacdcode.c \