| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | prog: support AUTO args in programs | Dmitry Vyukov | 2018-12-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | AUTO arguments can be used for: - consts - lens - pointers For const's and len's AUTO is replaced with the natural value, addresses for AUTO pointers are allocated linearly. This greatly simplifies writing test programs by hand as most of the time we want these natural values. Update tests to use AUTO. | ||||
| * | tools/syz-runtest: add tool for program unit testing | Dmitry Vyukov | 2018-08-03 | 1 | -0/+2 |
| The tool is run as: $ syz-runtest -config manager.config This runs all programs from sys/*/test/* in different modes on actual VMs and checks results. Fixes #603 | |||||
