diff --git a/.github/matrix_includes.json b/.github/matrix_includes.json index 69e33e4..f21fc25 100644 --- a/.github/matrix_includes.json +++ b/.github/matrix_includes.json @@ -1,11 +1,4 @@ [ - { - "runs_on":"macos-13", - "target":"darwin", - "arch": "amd64", - "binary_extension": "", - "runOnBranch":"always" - }, { "runs_on":"ubuntu-22.04", "target":"linux", diff --git a/test/pack_example_tests.csv b/test/pack_example_tests.csv index 199db4a..a3cf1d6 100644 --- a/test/pack_example_tests.csv +++ b/test/pack_example_tests.csv @@ -1,3 +1,3 @@ *** Test Cases ***;${pack_id};${expect};[Tags];[Documentation] -NXP::FRDM-K32L3A6_BSP.17.0.0;NXP::FRDM-K32L3A6_BSP@17.0.0;${0};; NXP::LPCXpresso55S69_BSP.18.0.0;NXP::LPCXpresso55S69_BSP@18.0.0;${0};; +NXP::FRDM-K32L3A6_BSP.18.0.0;NXP::FRDM-K32L3A6_BSP@18.0.0;${0};; \ No newline at end of file diff --git a/test/remote_example_tests.csv b/test/remote_example_tests.csv index cc08b5b..f985b02 100644 --- a/test/remote_example_tests.csv +++ b/test/remote_example_tests.csv @@ -1,2 +1,6 @@ *** Test Cases ***;${github_url};${cbuildgen_expect};${cbuild2cmake_expect};[Tags];[Documentation] -Blinky_NUCLEO-G0B1RE;https://github.com/Arm-Examples/Blinky_NUCLEO-G0B1RE;${0};${1};;This example doesn't work with cbuild2cmake as sysmbols are defined multiple times \ No newline at end of file +Hello_FRDM-K32L3A6;https://github.com/Arm-Examples/Hello_FRDM-K32L3A6;${0};${0};; +Hello_LPCXpresso55S69;https://github.com/Arm-Examples/Hello_LPCXpresso55S69;${0};${0};; +Blinky_NUCLEO-G0B1RE;https://github.com/Arm-Examples/Blinky_NUCLEO-G0B1RE;${0};${1};;This example doesn't work with cbuild2cmake as sysmbols are defined multiple times +keil-studio-get-started;https://github.com/Arm-Examples/keil-studio-get-started;${0};${0};; +Hello_AVH;https://github.com/Arm-Examples/Hello_AVH;${0};${0};; \ No newline at end of file diff --git a/test/resources/exec.resource b/test/resources/exec.resource index 60dce8a..f76af55 100644 --- a/test/resources/exec.resource +++ b/test/resources/exec.resource @@ -43,8 +43,8 @@ Build Example With cbuildgen Build Example With cbuild2cmake [Documentation] Build the csolution example with cbuild2cmake [Arguments] ${input_file} ${expect} ${args}=@{EMPTY} - ${args_Ex}= Copy List ${args} - Append To List ${args_Ex} --cbuild2cmake + ${args_Ex}= Copy List ${args} + Append To List ${args_Ex} --cbuild2cmake ${ret_code}= Run cbuild ${input_file} ${EMPTY} ${args_Ex} Should Be Equal ${ret_code} ${expect} msg=Unexpected status returned by cbuild2cmake execution