From: asterix Date: Tue, 22 Mar 2011 14:57:50 +0000 (+0000) Subject: Add sam3x example to nightly test. X-Git-Tag: 2.7.0~169 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=f2313656ec294a7b27d8530bd3b39e7e15a79275 Add sam3x example to nightly test. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4797 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Makefile.test b/Makefile.test index da9a44fc..920117c2 100644 --- a/Makefile.test +++ b/Makefile.test @@ -7,8 +7,8 @@ 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 @@ -22,17 +22,19 @@ include ./examples/test/armtest.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/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/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/sam3x-ek/examples/sam3x-ek_display/sam3x-ek_display.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