Test output for uuid-lib [ok]

Testing time: 0s

/home/mario/local/chicken-4.8.0.3/bin/csi -script run.scm < /dev/null

-- testing Common API --------------------------------------------------------
uuid? <null> ......................................................... [ PASS]
uuid? V1 ............................................................. [ PASS]
uuid? V4 ............................................................. [ PASS]
uuid? time ........................................................... [ PASS]
uuid? random ......................................................... [ PASS]
uuid-null? 1 ......................................................... [ PASS]
uuid-null? 2 ......................................................... [ PASS]
uuid-clear! .......................................................... [ PASS]
uuid-copy = .......................................................... [ PASS]
uuid-copy !eq ........................................................ [ PASS]
A uuid is = & <= & >= to itself ...................................... [ PASS]
A !null uuid is "unique" ............................................. [ PASS]
A null uuid is not "unique" .......................................... [ PASS]
External form of uuid ................................................ [ PASS]
14 tests completed in 0.001 seconds.
14 out of 14 (100%) tests passed.
-- done testing Common API ---------------------------------------------------


-- testing Specific API ------------------------------------------------------
A uuid is unique ..................................................... [ PASS]
External form of uuid (1) ............................................ [ PASS]
Error in generate caught correctly ................................... [ PASS]
Error in unparse caught correctly .................................... [ PASS]
Finalizer ............................................................ [ PASS]
5 tests completed in 0.001 seconds.
5 out of 5 (100%) tests passed.
-- done testing Specific API -------------------------------------------------