Add more test to nightly test.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 29 Nov 2010 06:59:33 +0000 (06:59 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 29 Nov 2010 06:59:33 +0000 (06:59 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4607 38d2e660-2303-0410-9eaa-f027e97ec537

Makefile.test

index cdfa57af15c28ae4bfd379f7e9dff1d5c33ad958..1e9c57c79baa07d02edb503d0933b55e7582824b 100644 (file)
@@ -7,11 +7,32 @@ default: all
 
 include bertos/config.mk
 
-include ./examples/test/avrtest.mk
-include ./examples/test/armtest.mk
+#include ./examples/test/avrtest.mk
+#include ./examples/test/armtest.mk
+
+include ./boards/arduino/examples/arduino_aprs/arduino_aprs.mk
+include ./boards/arduino/benchmark/arduino_context_switch/arduino_context_switch.mk
+include ./boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint.mk
+include ./boards/arduino/templates/arduino_kernel/arduino_kernel.mk
+include ./boards/arduino/templates/arduino_empty/arduino_empty.mk
+
+include ./boards/arduino-mega/examples/arduino-mega_aprs/arduino-mega_aprs.mk
+include ./boards/arduino-mega/benchmark/arduino-mega_context_switch/arduino-mega_context_switch.mk
+include ./boards/arduino-mega/benchmark/arduino-mega_kernel_footprint/arduino-mega_kernel_footprint.mk
+include ./boards/arduino-mega/templates/arduino-mega_kernel/arduino-mega_kernel.mk
+include ./boards/arduino-mega/templates/arduino-mega_empty/arduino-mega_empty.mk
 
-include ./boards/arduino/examples/aprs/aprs.mk
 include ./boards/triface/examples/triface/triface.mk
+include ./boards/triface/benchmark/triface_context_switch/triface_context_switch.mk
+include ./boards/triface/benchmark/triface_kernel_footprint/triface_kernel_footprint.mk
+include ./boards/triface/templates/triface_empty/triface_empty.mk
+include ./boards/triface/templates/triface_kernel/triface_kernel.mk
+
+include ./boards/at91sam7s-ek/templates/at91sam7s-ek_empty/at91sam7s-ek_empty.mk
+include ./boards/at91sam7s-ek/templates/at91sam7s-ek_kernel/at91sam7s-ek_kernel.mk
+include ./boards/at91sam7s-ek/benchmark/at91sam7s-ek_context_switch/at91sam7s-ek_context_switch.mk
+include ./boards/at91sam7s-ek/benchmark/at91sam7s-ek_kernel_footprint/at91sam7s-ek_kernel_footprint.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