mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
New functions for virBitmap
In many places we store bitmap info in a chunk of data (pointed to by a char *), and have redundant codes to set/unset bits. This patch extends virBitmap, and convert those codes to use virBitmap in subsequent patches.
This commit is contained in:
@@ -92,7 +92,8 @@ test_programs = virshtest sockettest \
|
||||
viratomictest \
|
||||
utiltest virnettlscontexttest shunloadtest \
|
||||
virtimetest viruritest virkeyfiletest \
|
||||
virauthconfigtest
|
||||
virauthconfigtest \
|
||||
virbitmaptest
|
||||
|
||||
if WITH_SECDRIVER_SELINUX
|
||||
test_programs += securityselinuxtest
|
||||
@@ -589,6 +590,10 @@ viratomictest_SOURCES = \
|
||||
viratomictest.c testutils.h testutils.c
|
||||
viratomictest_LDADD = $(LDADDS)
|
||||
|
||||
virbitmaptest_SOURCES = \
|
||||
virbitmaptest.c testutils.h testutils.c
|
||||
virbitmaptest_LDADD = $(LDADDS)
|
||||
|
||||
jsontest_SOURCES = \
|
||||
jsontest.c testutils.h testutils.c
|
||||
jsontest_LDADD = $(LDADDS)
|
||||
|
||||
Reference in New Issue
Block a user