]> xenbits.xensource.com Git - libvirt.git/commit
testutils: Drop libtool binary name handling
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 16 May 2021 16:21:10 +0000 (18:21 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 17 May 2021 07:25:03 +0000 (09:25 +0200)
commit351742e859de2b17b5412ead703f0d200849a96b
treebc884356995080ddcf72dfa70dc9947835054236
parentdf28ba289c7d74cda5a9022e1376bfb9cd18ebb7
testutils: Drop libtool binary name handling

Back in the old days, we used to use libtool to run compiled
libraries. That meant we had to deal with "lt-" prefix for our
binaries. With meson that's no longer the case.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
tests/testutils.c