Statem test #2
Loading…
Reference in a new issue
No description provided.
Delete branch "statem-test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ok, got a little bit of the way.
We now have a driver for maintaining a set of fractal_btrees. And we have a proper statem based test that uses the driver to control random commands. Currently the command set is severely limited:
Also, we provide some eunit stuff so
make eunit
orrebar eunit skip_deps=true
will return something sensible.While here, also provision for building dialyzer PLTs and likewise for dialyzer analysis. There's only a few warnings.
Thanks Jesper!