Added BIG_ENDIAN define to all the unit tests so they would compile.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user