From: Daniele Basile Date: Fri, 13 Jan 2012 17:46:17 +0000 (+0100) Subject: Add missing avr prj to nightly test. X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=b30ca67e54f665181d85a49bff3af2862e86601e;ds=sidebyside Add missing avr prj to nightly test. --- diff --git a/Makefile.test b/Makefile.test index 20d736b1..c8ae4419 100644 --- a/Makefile.test +++ b/Makefile.test @@ -17,13 +17,13 @@ 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_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-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_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