]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Arrange for tests to pass in a non-srcdir build.
authorJim Meyering <meyering@redhat.com>
Wed, 14 Nov 2007 10:35:58 +0000 (10:35 +0000)
committerJim Meyering <meyering@redhat.com>
Wed, 14 Nov 2007 10:35:58 +0000 (10:35 +0000)
commit5a6571eba978a727ff9e5429bcef7e374d503414
treef36070aad469d380d059d030922e675af054c459
parent4f2900d097f1f183bf5de88bd550cfa81a0f3e7c
Arrange for tests to pass in a non-srcdir build.

* tests/Makefile.am: Include the contents of the *data directories
in the make-dist-built tarball by adding each of that *data
directories to EXTRA_DIST.
Also add int-overflow (via $(test_scripts)) to EXTRA_DIST.
* tests/nodeinfotest.c: Prepend "$abs_top_srcdir/tests" to
each input file name.
* tests/qemuxml2argvtest.c: Likewise.
* tests/qemuxml2xmltest.c: Likewise.
* tests/sexpr2xmltest.c: Likewise.
* tests/test_conf.sh: Likewise.
* tests/virshtest.c: Likewise.
* tests/xencapstest.c: Likewise.
* tests/xmconfigtest.c: Likewise.
* tests/xml2sexprtest.c: Likewise.

Author: Jim Meyering <meyering@redhat.com>
ChangeLog
tests/Makefile.am
tests/nodeinfotest.c
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c
tests/sexpr2xmltest.c
tests/test_conf.sh
tests/virshtest.c
tests/xencapstest.c
tests/xmconfigtest.c
tests/xml2sexprtest.c