From 6e72226a417709a7a3e899bd7420de35286f6791 Mon Sep 17 00:00:00 2001 From: rincon Date: Mon, 10 Mar 2008 21:55:20 +0000 Subject: [PATCH] Running unit tests on the TinyOS 2.x baseline requires this tunit.extra in support/make. --- support/make/tunit.extra | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 support/make/tunit.extra 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) -- 2.39.2