Skip to content

Instantly share code, notes, and snippets.

@spiegela
Last active August 29, 2015 13:57
Show Gist options
  • Save spiegela/9772227 to your computer and use it in GitHub Desktop.
Save spiegela/9772227 to your computer and use it in GitHub Desktop.
base64_vlq_tests output
$ erl -pa ebin .eunit deps/*/ebin
Erlang R16B03-1 (erts-5.10.4) [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Eshell V5.10.4 (abort with ^G)
1> c("src/base64_vlq").
{ok,base64_vlq}
2> c("test/base64_vlq_tests").
{ok,base64_vlq_tests}
3> proper:quickcheck(base64_vlq_tests:prop_encode_decode()).
..................................................................................!
Failed: After 83 test(s).
113
Shrinking .(1 time(s))
55
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment