GitXplorerGitXplorer
p

qsm-ffi-demo

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c73926874ece6cca0ecbfe96894f8f5b88909772

initial commit

ppolux committed 5 years ago

README

The README file for this repository.

quickcheck-state-machine FFI demo

Disclaimer: this is not an official Google product

A Haskell implementation of the circular buffer example of the paper Experiences with QuickCheck: Testing the Hard Stuff and Staying Sane using quickcheck-state-machine. Unlike the circular buffer example provided by quickcheck-state-machine, this version uses the Haskell FFI to test a C implementation of the circular buffer, like in the original paper.

Usage:

stack build
stack exec qsm-ffi-demo