diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2013-11-25 18:56:44 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2013-11-25 18:56:44 +0100 |
commit | 055ccef33ce2e8acd598321d3e98e1fc8ff534cd (patch) | |
tree | 6d266254eb75a6a15abf1fa0c0edff5bfcd9a3ce /SConstruct | |
parent | 30093c218a3bab38b79af06babaecee8842a1949 (diff) |
Added automated test code.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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'])
|