Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owickstrom/fuzzig
Melding fuzzing and PBT concepts in Zig (experiment)
https://github.com/owickstrom/fuzzig
Last synced: about 1 month ago
JSON representation
Melding fuzzing and PBT concepts in Zig (experiment)
- Host: GitHub
- URL: https://github.com/owickstrom/fuzzig
- Owner: owickstrom
- License: mit
- Created: 2024-07-16T12:42:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T07:44:24.000Z (4 months ago)
- Last Synced: 2024-08-29T09:10:43.542Z (4 months ago)
- Language: Zig
- Size: 351 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fuzzig
Melding concepts from fuzzing and PBT. Currently just an experiment.
## Running tests
Some are expected to fail (the prop_test examples).
```shell
zig test src/all_tests.zig
```