summaryrefslogtreecommitdiff
path: root/csmith-fuzzing/driver.py
AgeCommit message (Collapse)Author
2022-10-16Move the csmith-fuzzing directory to the top level.Emilio Cobos Álvarez
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions
2019-05-21Update LinksAlex Touchet
2017-10-12Automatically run `creduce` in `csmith-fuzzing/driver.py`Nick Fitzgerald
Reduced test cases FTW \o/
2017-10-10Make the `csmith` driver use `predicate.py` instead of its own half ↵Nick Fitzgerald
reimplementation
2017-10-05Make the `csmith` driver script executableNick Fitzgerald
2017-09-27Issue #1037: pass all derive-enabling flags in bindgen for csmith driverKC
2017-09-25C-Smith: compile bindings and execute layout testsNick Fitzgerald
This makes us fall over flat on our faces almost immediately...
2017-09-25C-Smith: use temp files instead of local filesNick Fitzgerald
This allows us to have multiple processes generating C files with C-Smith and testing them on bindgen without stepping on each others' toes.
2017-09-25csmith fuzzinge