Fixed unit tests after write property changes.

This commit is contained in:
skarg
2007-01-19 16:09:01 +00:00
parent a39c9de535
commit c569282174
9 changed files with 136 additions and 99 deletions
+3
View File
@@ -10,6 +10,9 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_ANALOG_OUTPUT -g
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
bacapp.c \
bactext.c \
indtext.c \
demo/object/ao.c \
test/ctest.c
+3
View File
@@ -10,6 +10,9 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_ANALOG_VALUE -g
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
bacapp.c \
bactext.c \
indtext.c \
demo/object/av.c \
test/ctest.c
+3
View File
@@ -10,6 +10,9 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_BINARY_OUTPUT -g
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
bacapp.c \
bactext.c \
indtext.c \
demo/object/bo.c \
test/ctest.c
+3
View File
@@ -10,6 +10,9 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_BINARY_VALUE -g
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
bacapp.c \
bactext.c \
indtext.c \
demo/object/bv.c \
test/ctest.c
+3
View File
@@ -10,6 +10,9 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_DEVICE -g
SRCS = bacdcode.c \
bigend.c \
bacstr.c \
bacapp.c \
bactext.c \
indtext.c \
apdu.c \
dcc.c \
demo/object/device.c \
+3
View File
@@ -10,6 +10,9 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_LIFE_SAFETY_POINT -g
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
bacapp.c \
bactext.c \
indtext.c \
demo/object/lsp.c \
test/ctest.c
+3
View File
@@ -10,6 +10,9 @@ CFLAGS = -Wall -I. -Itest -DTEST -DTEST_MULTISTATE_OUTPUT -g
SRCS = bacdcode.c \
bacstr.c \
bigend.c \
bacapp.c \
bactext.c \
indtext.c \
demo/object/mso.c \
test/ctest.c