TokTok / hs-msgpack-binary

Haskell implementation of MessagePack / msgpack.org
http://msgpack.org/
Other
16 stars 10 forks source link

msgpack-c equivalence testing #6

Open iphydf opened 7 years ago

iphydf commented 7 years ago

Add a test that generates random messagepack objects and serialises them with both data-msgpack and msgpack-c, checking whether they are the same. Do the same for deserialisation.