Add to nighty test also the demo projects for each board.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 25 Nov 2010 23:23:02 +0000 (23:23 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 25 Nov 2010 23:23:02 +0000 (23:23 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4571 38d2e660-2303-0410-9eaa-f027e97ec537

Makefile.test

index 5b485c113d8aa75b3c5c597d0a5fd39b5c235fc2..cdfa57af15c28ae4bfd379f7e9dff1d5c33ad958 100644 (file)
@@ -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