https://github.com/markfirmware/ultibo-coverage
Ultibo code coverage tooling
https://github.com/markfirmware/ultibo-coverage
Last synced: 8 months ago
JSON representation
Ultibo code coverage tooling
- Host: GitHub
- URL: https://github.com/markfirmware/ultibo-coverage
- Owner: markfirmware
- Created: 2017-12-27T04:13:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T00:36:31.000Z (over 8 years ago)
- Last Synced: 2025-06-14T13:03:50.030Z (12 months ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Discussion at https://ultibo.org/forum/viewtopic.php?f=9&t=941
prepare-debian9-linode.sh - installs dependencies needed for Ultibo on debian9/linode
ultiboinstaller-with-coverage.sh - installs Ultibo with svc calls at routine exit points by using fpc-with-coverage.sh
fpc-with-coverage.sh - compiles a pascal file with svc calls at routine exit points for logging, threads, and serial units
insert-svc.awk - actually inserts the svc calls in an assembler file
coveragetester.lpr - test program displays sorted counters periodically
coveragemap.pas - interface to the coverage data
run-coveragetester.sh - compiles and runs test program with logging output send to stdout