added write property unit test

This commit is contained in:
skarg
2005-05-23 02:48:39 +00:00
parent ae6157c781
commit 337f38d7fc
3 changed files with 146 additions and 15 deletions
+1 -2
View File
@@ -4,11 +4,10 @@ BASEDIR = .
#CFLAGS = -Wall -I.
# -g for debugging with gdb
#CFLAGS = -Wall -I. -g
CFLAGS = -Wall -I. -Itest -DTEST -DTEST_WRITE_PROPERTY -g
CFLAGS = -Wall -I. -Itest -DTEST -DTEST_WRITE_PROPERTY -DBACDL_BIP=1 -g
SRCS = bacdcode.c \
bigend.c \
device.c \
wp.c \
test/ctest.c