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
@@ -1,7 +1,7 @@
#Makefile to build unit tests
CC = gcc
BASEDIR = .
CFLAGS = -Wall -I. -Itest -g -DTEST -DTEST_DECODE
CFLAGS = -Wall -I. -Itest -g -DBIG_ENDIAN=0 -DTEST -DTEST_DECODE
TARGET = bacdcode