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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user