From: asterix Date: Wed, 4 Jan 2012 11:27:51 +0000 (+0000) Subject: Add other project to tests. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=e79cd249413d2af644690eaad0856dff90d31533;p=bertos.git Add other project to tests. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5210 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Makefile.test b/Makefile.test index ec21535d..8eb56fa4 100644 --- a/Makefile.test +++ b/Makefile.test @@ -33,6 +33,10 @@ include ./boards/at91sam7s-ek/templates/at91sam7s-ek_kernel/at91sam7s-ek_kernel. 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/at91sam7x-ek/templates/at91sam7x-ek_empty/at91sam7x-ek_empty.mk +include ./boards/at91sam7x-ek/templates/at91sam7x-ek_kernel/at91sam7x-ek_kernel.mk +include ./boards/at91sam7x-ek/benchmark/at91sam7x-ek_context_switch/at91sam7x-ek_context_switch.mk +include ./boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint/at91sam7x-ek_kernel_footprint.mk include ./boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/at91sam7x-ek_sd_fat.mk include ./boards/at91sam7x-ek/examples/at91sam7x-ek_tcp_server/at91sam7x-ek_tcp_server.mk