added channel object to proplist. Added unit test to proplist.

This commit is contained in:
skarg
2013-10-08 15:57:41 +00:00
parent 35a8ef1ba2
commit c0843c8134
3 changed files with 152 additions and 4 deletions
+6 -1
View File
@@ -11,7 +11,7 @@ LOGFILE = test.log
all: abort address arf awf bacapp bacdcode bacerror bacint bacstr \
cov crc datetime dcc event filename fifo getevent iam ihave \
indtext keylist key memcopy npdu ptransfer \
indtext keylist key memcopy npdu proplist ptransfer \
rd reject ringbuf rp rpm sbuf timesync \
whohas whois wp objects
@@ -141,6 +141,11 @@ npdu: logfile test/npdu.mak
( ./test/npdu >> ${LOGFILE} )
$(MAKE) -s -C test -f npdu.mak clean
proplist: logfile test/proplist.mak
$(MAKE) -s -C test -f proplist.mak clean all
( ./test/proplist >> ${LOGFILE} )
$(MAKE) -s -C test -f proplist.mak clean
ptransfer: logfile test/ptransfer.mak
$(MAKE) -s -C test -f ptransfer.mak clean all
( ./test/ptransfer >> ${LOGFILE} )