fix BVLC6 Delete-Foreign-Device-Table-Entry (#56)
* fix BVLC6 Delete-Foreign-Device-Table-Entry * Add unit test failure detection to Makefile report target * Fix the IPv6 layers for sending PDU Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -16,6 +16,9 @@ logfile:
|
||||
|
||||
report:
|
||||
cat ${LOGFILE}
|
||||
cat ${LOGFILE} | grep Failed: | \
|
||||
awk 'BEGIN { err = 0 } $$2 > 0 { print "Unit Tests Failed!"; err = 1} \
|
||||
END {exit err}'
|
||||
|
||||
abort: logfile abort.mak
|
||||
$(MAKE) -s -f abort.mak clean all
|
||||
|
||||
@@ -38,4 +38,7 @@ depend:
|
||||
clean:
|
||||
rm -rf ${TARGET} $(OBJS)
|
||||
|
||||
test: ${TARGET}
|
||||
./${TARGET}
|
||||
|
||||
include: .depend
|
||||
|
||||
Reference in New Issue
Block a user