From c9a7495fe0c5cd978cb8ad4af12d55f96e8350b9 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 25 Nov 2010 23:23:02 +0000 Subject: [PATCH] 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 --- Makefile.test | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.25.1