[Tinyos-2-commits]
CVS: tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestPacketLinkC
Makefile, 1.1, 1.2 suite.properties, 1.1, 1.2
David Moss
mossmoss at users.sourceforge.net
Thu Aug 30 08:27:43 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestPacketLinkC
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14933
Modified Files:
Makefile suite.properties
Log Message:
Fixed some tests that had errors
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestPacketLinkC/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 22 Jul 2007 05:31:53 -0000 1.1
--- Makefile 30 Aug 2007 15:27:35 -0000 1.2
***************
*** 1,5 ****
COMPONENT=TestPacketLinkC
- CFLAGS += -DPACKET_LINK
- CFLAGS += -DMAX_TUNIT_QUEUE=25
include $(MAKERULES)
--- 1,3 ----
Index: suite.properties
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestPacketLinkC/suite.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** suite.properties 22 Jul 2007 05:31:54 -0000 1.1
--- suite.properties 30 Aug 2007 15:27:35 -0000 1.2
***************
*** 21,22 ****
--- 21,24 ----
@ignore mica2
@ignore mica2dot
+ @extra CFLAGS+=-DPACKET_LINK
+ @extra CFLAGS+=-DMAX_TUNIT_QUEUE=25
More information about the Tinyos-2-commits
mailing list