From 055ccef33ce2e8acd598321d3e98e1fc8ff534cd Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Mon, 25 Nov 2013 18:56:44 +0100 Subject: Added automated test code. --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 00e8e8f..0c60496 100644 --- a/SConstruct +++ b/SConstruct @@ -11,3 +11,5 @@ env.SelectMCU('stm32f303rc') env.Firmware('arcin.elf', ['main.cpp'], LINK_SCRIPT = 'arcin.ld') env.Firmware('bootloader.elf', ['bootloader.cpp'], LINK_SCRIPT = 'bootloader.ld') + +env.Firmware('test.elf', ['test.cpp']) -- cgit v1.2.3