removed tsm unit test - which was doing nothing...

This commit is contained in:
skarg
2008-03-19 21:33:14 +00:00
parent 80023d79db
commit 608db1e390
2 changed files with 1 additions and 64 deletions
+1 -7
View File
@@ -3,7 +3,7 @@ LOGFILE = test.log
all: abort address arf awf bacapp bacdcode bacerror bacint \
bacstr cov crc datetime dcc filename iam ihave \
indtext keylist key mstp npdu rd reject ringbuf rp \
rpm sbuf timesync tsm whohas whois wp
rpm sbuf timesync whohas whois wp
clean:
rm ${LOGFILE}
@@ -179,12 +179,6 @@ timesync: logfile test/timesync.mak
( ./test/timesync >> ${LOGFILE} )
( cd test ; make -f timesync.mak clean )
tsm: logfile test/tsm.mak
( cd test ; make -f tsm.mak clean )
( cd test ; make -f tsm.mak )
( ./test/tsm >> ${LOGFILE} )
( cd test ; make -f tsm.mak clean )
whohas: logfile test/whohas.mak
( cd test ; make -f whohas.mak clean )
( cd test ; make -f whohas.mak )