mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 12:35:20 +00:00
src: Check libvirt_admin.syms for exported symbols
We have this check rule in src/Makefile: check-symfile that should check if all symbols we wanted to export are exported. Moreover, if we are not exporting something more. Do the same with libvirt_admin.syms. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
ee7d5c312b
commit
74f11dd25b
@ -486,8 +486,12 @@ if WITH_LINUX
|
|||||||
check-symfile: libvirt.syms libvirt.la
|
check-symfile: libvirt.syms libvirt.la
|
||||||
$(AM_V_GEN)$(PERL) $(srcdir)/check-symfile.pl libvirt.syms \
|
$(AM_V_GEN)$(PERL) $(srcdir)/check-symfile.pl libvirt.syms \
|
||||||
.libs/libvirt.so
|
.libs/libvirt.so
|
||||||
|
check-admin-symfile: libvirt_admin.syms libvirt-admin.la
|
||||||
|
$(AM_V_GEN)$(PERL) $(srcdir)/check-symfile.pl libvirt_admin.syms \
|
||||||
|
.libs/libvirt-admin.so
|
||||||
else ! WITH_LINUX
|
else ! WITH_LINUX
|
||||||
check-symfile:
|
check-symfile:
|
||||||
|
check-admin-symfile:
|
||||||
endif ! WITH_LINUX
|
endif ! WITH_LINUX
|
||||||
check-symsorting:
|
check-symsorting:
|
||||||
$(AM_V_GEN)$(PERL) $(srcdir)/check-symsorting.pl \
|
$(AM_V_GEN)$(PERL) $(srcdir)/check-symsorting.pl \
|
||||||
@ -610,7 +614,7 @@ EXTRA_DIST += check-driverimpls.pl check-aclrules.pl check-aclperms.pl
|
|||||||
|
|
||||||
check-local: check-protocol check-symfile check-symsorting \
|
check-local: check-protocol check-symfile check-symsorting \
|
||||||
check-drivername check-driverimpls check-aclrules \
|
check-drivername check-driverimpls check-aclrules \
|
||||||
check-aclperms
|
check-aclperms check-admin-symfile
|
||||||
.PHONY: check-protocol $(PROTOCOL_STRUCTS:structs=struct)
|
.PHONY: check-protocol $(PROTOCOL_STRUCTS:structs=struct)
|
||||||
|
|
||||||
# Mock driver, covering domains, storage, networks, etc
|
# Mock driver, covering domains, storage, networks, etc
|
||||||
|
Loading…
Reference in New Issue
Block a user