Corrected unit tests for iam, event, ai, and bacdevobjpropref. Removed device from unit test since it needs reworked for unit testing due to object dependencies. Noted that lc object fails test and needs fixed.

This commit is contained in:
skarg
2011-08-17 03:47:43 +00:00
parent 3e1cb1847f
commit 8d9b987064
6 changed files with 45 additions and 22 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#Makefile to build test case
CC = gcc
SRC_DIR = ../src
INCLUDES = -I../include -I.
INCLUDES = -I../include -I. -I../demo/object
DEFINES = -DBIG_ENDIAN=0 -DTEST -DBACAPP_ALL -DTEST_EVENT
CFLAGS = -Wall $(INCLUDES) $(DEFINES) -g
+1 -1
View File
@@ -1,7 +1,7 @@
#Makefile to build test case
CC = gcc
SRC_DIR = ../src
INCLUDES = -I../include -I.
INCLUDES = -I../include -I. -I../demo/object
DEFINES = -DBIG_ENDIAN=0 -DTEST -DTEST_IAM
CFLAGS = -Wall $(INCLUDES) $(DEFINES) -g