From b30ca67e54f665181d85a49bff3af2862e86601e Mon Sep 17 00:00:00 2001 From: Daniele Basile Date: Fri, 13 Jan 2012 18:46:17 +0100 Subject: [PATCH] Add missing avr prj to nightly test. --- Makefile.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.25.1