From: asterix Date: Thu, 25 Nov 2010 23:23:02 +0000 (+0000) Subject: Add to nighty test also the demo projects for each board. X-Git-Tag: 2.7.0~366 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c9a7495fe0c5cd978cb8ad4af12d55f96e8350b9;hp=6206740b6e83a832b5206b9cb3b9010552358248;p=bertos.git Add to nighty test also the demo projects for each board. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4571 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Makefile.test b/Makefile.test index 5b485c11..cdfa57af 100644 --- a/Makefile.test +++ b/Makefile.test @@ -4,7 +4,20 @@ V:= 0 default: all + include bertos/config.mk + include ./examples/test/avrtest.mk include ./examples/test/armtest.mk + +include ./boards/arduino/examples/aprs/aprs.mk +include ./boards/triface/examples/triface/triface.mk +include ./boards/sam3n-ek/examples/display/display.mk +include ./boards/stm32-p103/examples/usbserial/usbserial.mk +include ./boards/stm32-p103/examples/usbmouse/usbmouse.mk +include ./boards/stm32-p103/examples/usbkeyboard/usbkeyboard.mk +include ./boards/ek-lm3s1968/examples/gps/gps.mk +include ./boards/at91sam7x-ek/examples/sd_fat/sd_fat.mk +include ./boards/at91sam7x-ek/examples/tcp_server/tcp_server.mk + include bertos/rules.mk