add initial tests for uuid_from_string, uuid_to_string, uuid_create_nil
authorjasper <jasper@openbsd.org>
Tue, 31 Aug 2021 09:57:27 +0000 (09:57 +0000)
committerjasper <jasper@openbsd.org>
Tue, 31 Aug 2021 09:57:27 +0000 (09:57 +0000)
commit38d1a2d8ab53c55e220089ec2520bf526a6a1570
tree73a9bebacf4a758818e69d0183748f240f04f9c1
parentef53e9e5937b9b0190ac5395d60128b121293581
add initial tests for uuid_from_string, uuid_to_string, uuid_create_nil

prompted by the bug krw@ fixed yesterday in uuid_from_string()
regress/lib/libc/uuid/Makefile [new file with mode: 0644]
regress/lib/libc/uuid/uuidtest.c [new file with mode: 0644]