Fix callback type.
[bertos.git] / Makefile.test
index 2cfc9383c80a0ee44d1079754d767caa7e6adac0..faef0044ada4b64bfe8533b41c57e9a1e9dda310 100644 (file)
@@ -7,10 +7,10 @@ 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/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
@@ -34,7 +34,7 @@ include ./boards/at91sam7s-ek/benchmark/at91sam7s-ek_context_switch/at91sam7s-ek
 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/sam3x-ek/examples/sam3x-ek_display/sam3x-ek_tcp_server.mk
+include ./boards/sam3x-ek/examples/sam3x-ek_tcp_server/sam3x-ek_tcp_server.mk
 
 include ./boards/sam3n-ek/examples/display/display.mk
 include ./boards/stm32-p103/examples/usbserial/usbserial.mk