check-software-div: Add a new build check for software divide

Update the build checks to include a check for unexpected software
divide operations.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2025-04-07 12:45:54 -04:00
parent 871637d3f2
commit 4e7fcc2704
2 changed files with 23 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ for TARGET in test/configs/*.config ; do
make olddefconfig
make V=1
size out/*.elf
./scripts/check-software-div.sh .config out/*.elf
finish_test mcu_compile "$TARGET"
cp out/klipper.dict ${DICTDIR}/$(basename ${TARGET} .config).dict
done