Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
main/ | 11-Mar-2024 | - | 50 | 38 | ||
CMakeLists.txt | D | 11-Mar-2024 | 475 | 16 | 12 | |
README.txt | D | 11-Mar-2024 | 329 | 6 | 5 | |
check_placements.py | D | 11-Mar-2024 | 2.8 KiB | 78 | 35 |
README.txt
1Runs a build test to check ldgen places libraries, objects and symbols 2correctly as specified in the linker fragments. Specifically, this app 3tests the placement for the main component, as specified in `main/linker.lf` 4The Python script that performs the checks, `check_placements.py`, automatically 5runs after the app is built. 6