Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpardalos/fuzzerexamplehs
Example for CW1 of Software Reliability in Haskell
https://github.com/mpardalos/fuzzerexamplehs
Last synced: 1 day ago
JSON representation
Example for CW1 of Software Reliability in Haskell
- Host: GitHub
- URL: https://github.com/mpardalos/fuzzerexamplehs
- Owner: mpardalos
- Created: 2021-01-22T12:52:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T13:00:16.000Z (almost 4 years ago)
- Last Synced: 2024-12-19T05:09:05.987Z (8 days ago)
- Language: Haskell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example for Software Reliability coursework
This example simply generates random cnf files in a directory. To run:
``` sh
stack run -- fuzz-sat
```
This will generate 10 test cases inIt will take a while the first time as it is downloading the Haskell binary and compiling libraries