Skip to content

Commit

Permalink
Updated test cases
Browse files Browse the repository at this point in the history
## Changes
- Updated test cases as per changes in
Open-CMSIS-Pack/cbuild2cmake#229 and
Open-CMSIS-Pack/cbuild2cmake#228

## Checklist
<!-- Put an `x` in the boxes. All tasks must be completed and boxes
checked before merging. -->

- [ ] 🤖 This change is covered by unit tests as required.
- [ ] 🤹 All required manual testing has been performed.
- [x] 🛡️ Security impacts have been considered.
- [ ] 📖 All documentation updates are complete.
- [x] 🧠 This change does not change third-party dependencies
  • Loading branch information
soumeh01 authored Nov 21, 2024
1 parent 7f3d4f3 commit cf52134
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
7 changes: 5 additions & 2 deletions test/data/executes/solution.csolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ solution:
- $elf()$.signed
output:
- $SolutionDir()$/artifacts.zip
- execute: Run_Always
run: ${CMAKE_COMMAND} -E echo "Execute Run Always"
- execute: Run_Always1
run: ${CMAKE_COMMAND} -E echo "Execute Run Always1"
always:
- execute: Run_Always2
run: ${CMAKE_COMMAND} -E echo "Execute Run Always2"
always:
- execute: Run_After_Archiving
run: ${CMAKE_COMMAND} -E echo "Archive has been updated"
Expand Down
4 changes: 4 additions & 0 deletions test/data/linker-pre-processing/project/project.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ project:
linker:
- define:
- DEF_LD_PP

output:
type:
- map
8 changes: 0 additions & 8 deletions test/data/linker-pre-processing/solution.csolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@ solution:

projects:
- project: ./project/project.cproject.yml

misc:
- for-compiler: AC6
Link:
- --info summarysizes
- --info sizes
- --info totals
- --info unused

0 comments on commit cf52134

Please sign in to comment.