]> git.ipfire.org Git - thirdparty/libvirt.git/commit
test: all test_scripts should be part of tarball when building without libvirtd
authorWen Congyang <wency@cn.fujitsu.com>
Fri, 13 May 2011 08:03:20 +0000 (16:03 +0800)
committerWen Congyang <wency@cn.fujitsu.com>
Sat, 14 May 2011 05:46:00 +0000 (13:46 +0800)
commit72a85f5b3f5dc4a50cbdd422eb94a6ee40902027
tree6094c0b6ac00356c8bd8b1c6597f929248a42467
parenta1b962ada9b11395a8d507a193db7a20e39ae2ec
test: all test_scripts should be part of tarball when building without libvirtd

Steps to reproduce this problem:
1. # ./autogen.sh --without-libvirtd
2. # make dist
3. # rpmbuild --nodeps --define "_sourcedir `pwd`" -ba libvirt.spec
   ...
   make  check-TESTS
   make[1]: Entering directory `/home/wency/rpmbuild/BUILD/libvirt-0.9.1/tests'
   make[1]: *** No rule to make target `test_conf.sh', needed by `check-TESTS'.  Stop.
   make[1]: Leaving directory `/home/wency/rpmbuild/BUILD/libvirt-0.9.1/tests'
   make: *** [check-am] Error 2
   error: Bad exit status from /var/tmp/rpm-tmp.7Rb9PV (%check)
tests/Makefile.am