Skip to content

Commit

Permalink
[test] Add Nucleo F446ZE test target
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durand authored and salkinium committed Jan 10, 2021
1 parent 686d228 commit cbaf940
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ run-nucleo-f446:
$(call run-test,nucleo-f446,size)


compile-nucleo-f446ze:
$(call compile-test,nucleo-f446ze,size)
run-nucleo-f446ze:
$(call run-test,nucleo-f446ze,size)


compile-nucleo-l432:
$(call compile-test,nucleo-l432,size)
run-nucleo-l432:
Expand Down
12 changes: 12 additions & 0 deletions test/config/nucleo-f446ze.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<library>
<extends>modm:nucleo-f446ze</extends>
<options>
<option name="modm:build:build.path">../../build/generated-unittest/nucleo-f446ze/</option>
<option name="modm:build:scons:unittest.source">../../build/generated-unittest/nucleo-f446ze/modm-test</option>
</options>
<modules>
<module>modm:platform:heap</module>
<module>modm-test:test:**</module>
</modules>
</library>

0 comments on commit cbaf940

Please sign in to comment.