summaryrefslogtreecommitdiff
path: root/build/tools/test
diff options
context:
space:
mode:
Diffstat (limited to 'build/tools/test')
-rw-r--r--build/tools/test/Config-nok-toomany2
-rw-r--r--build/tools/test/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/tools/test/Config-nok-toomany b/build/tools/test/Config-nok-toomany
index 13549e9..fb1bbbf 100644
--- a/build/tools/test/Config-nok-toomany
+++ b/build/tools/test/Config-nok-toomany
@@ -1,7 +1,7 @@
[a]
bar = 2
-[a:stm32f4]
+[a:stm32]
bar = 3
[a:arm]
diff --git a/build/tools/test/Makefile b/build/tools/test/Makefile
index 03ce0e4..4c07fa8 100644
--- a/build/tools/test/Makefile
+++ b/build/tools/test/Makefile
@@ -1,7 +1,7 @@
CONFIG_GEN = ../config-gen
MODULES_CONFIG = a-Config b-Config
-TARGETS := host:host stm32f4:stm32f4 stm32f4:arm
+TARGETS := host:host stm32f4:stm32f4 stm32f4:stm32 stm32f4:arm
TESTS = ok nok-unknown nok-nodefault nok-missdefault nok-toomany nok-badtarget