summaryrefslogtreecommitdiffstats
path: root/tests/test-uuid.c
Commit message (Collapse)AuthorAgeFilesLines
* util: add is_equal to UUID APIRoman Kagan2017-12-201-1/+7
| | | | | | | | | It's going to be useful, in particular, in VMBus code massively using uuids aka GUIDs. Signed-off-by: Roman Kagan <rkagan@virtuozzo.com> Message-Id: <20171127124355.26015-1-rkagan@virtuozzo.com> Signed-off-by: Fam Zheng <famz@redhat.com>
* test-uuid: fix leakMarc-André Lureau2016-11-111-0/+1
| | | | | | | | | | ASAN spotted: SUMMARY: AddressSanitizer: 74 byte(s) leaked in 2 allocation(s). Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20161109110210.25925-1-marcandre.lureau@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Fam Zheng <famz@redhat.com>
* tests: Add uuid testsFam Zheng2016-09-231-0/+177
Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Jeff Cody <jcody@redhat.com> Message-Id: <1474432046-325-12-git-send-email-famz@redhat.com>