Added BIG_ENDIAN define to all the unit tests so they would compile.

This commit is contained in:
skarg
2007-05-28 15:37:10 +00:00
parent f12380becd
commit f936794362
29 changed files with 48 additions and 84 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 -DTEST -DTEST_REJECT -g
CFLAGS = -Wall -I. -Itest -DBIG_ENDIAN=0 -DTEST -DTEST_REJECT -g
SRCS = bacdcode.c \
bacstr.c \