summaryrefslogtreecommitdiff
path: root/osinfo/check-symfile.pl
Commit message (Collapse)AuthorAgeFilesLines
* Improve Perl-related routinesRoman Bogorodskiy2017-02-231-1/+1
| | | | | | | | * Add a check for the 'perl' program to configure.ac as $(PERL) is used in various places * Do not hardcode '/usr/bin/perl' in perl scripts because on FreeBSD and maybe some other systems it's installed in a different prefix, so use '/usr/bin/env perl' instead.
* Add scripts for validating the libosinfo.syms fileDaniel P. Berrange2013-12-111-0/+70
Import two test scripts from libvirt code which validate that all symbols in libosinfo.syms exist in the ELF binary, and also validate the alphabetical sorting. These are hooked up to run with 'make check'. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>