Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Add missing avr prj to nightly test.
Browse files Browse the repository at this point in the history
  • Loading branch information
asterix24 committed Jan 13, 2012
1 parent 56f2c00 commit b30ca67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b30ca67

Please sign in to comment.