From: rincon Date: Mon, 10 Mar 2008 21:55:20 +0000 (+0000) Subject: Running unit tests on the TinyOS 2.x baseline requires this tunit.extra in support... X-Git-Tag: release_tinyos_2_1_0_0~487 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=6e72226a417709a7a3e899bd7420de35286f6791 Running unit tests on the TinyOS 2.x baseline requires this tunit.extra in support/make. --- diff --git a/support/make/tunit.extra b/support/make/tunit.extra new file mode 100644 index 00000000..05d68918 --- /dev/null +++ b/support/make/tunit.extra @@ -0,0 +1,12 @@ +#-*-Makefile-*- vim:syntax=make +#$Id$ +# @author Miklos Maroti + +CFLAGS += -I$(TOSCONTRIB)/tunit/tos/lib/tunit +CFLAGS += -I$(TOSCONTRIB)/tunit/tos/lib/tunitstats +CFLAGS += -I$(TOSCONTRIB)/tunit/tos/system/ +CFLAGS += -I$(TOSCONTRIB)/tunit/tos/interfaces +CFLAGS += -I$(TOSCONTRIB)/tunit/tos/lib/directserial +CFLAGS += -I$(TOSCONTRIB)/tunit/tos/lib/fifoqueue + +CFLAGS += $(TUNITCFLAGS)