From 4cde8d3827de3d8266d42c11b6bf83a49bcc12e7 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Thu, 24 Oct 2024 18:41:18 +0200 Subject: [PATCH] cortex_m 1.0.0 test metadata update (#1270) --- index/co/cortex_m/cortex_m-1.0.0.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index/co/cortex_m/cortex_m-1.0.0.toml b/index/co/cortex_m/cortex_m-1.0.0.toml index 1b4f9331..1086a6ba 100644 --- a/index/co/cortex_m/cortex_m-1.0.0.toml +++ b/index/co/cortex_m/cortex_m-1.0.0.toml @@ -28,6 +28,11 @@ gnat_arm_elf = ">=12" [configuration.variables] core = { type = "Enum", values = ["m0", "m0p", "m4", "m4f", "m7f", "m7df"] } +[[actions]] +type = "test" +directory = "tests/" +command = ["alr", "build"] + [origin] commit = "028b1d7accd902a7cff4703d92c317385973f8e6" url = "git+https://github.com/Fabien-Chouteau/cortex-m.git"