parrotcode: test MD5 library | |
Contents | Tests |
t/library/md5.t - test MD5 library
% prove t/library/md5.t
Tests the MD5 library. You can create the test results using using the command-line md5sum like this:
$ echo -n Hello World! | md5sum
a0f32c7d31302c1427285b1a0fcbb015 -
As well as testing the MD5 library itself, it is useful for spotting regressisions in the parrot VM, JIT and GC
|