]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: distribute commandtest files
authorEric Blake <eblake@redhat.com>
Fri, 10 Dec 2010 15:09:13 +0000 (08:09 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 10 Dec 2010 15:44:53 +0000 (08:44 -0700)
commit2a5ccbefb0cdce1eb4f23aff39ca04181e068cc3
treebbabdb16f7a43e7f7ed7516cf7172f6441369566
parente8e9397cf7a8705660c0fbdce3daae1b48ed13f8
build: distribute commandtest files

* tests/Makefile.am (SUBDIRS): Add commanddata.
* tests/commandtest.c (checkoutput): Delete correct file.
(test4): Delete pid file.
(mymain): Delete unused variable.
* tests/commanddata/Makefile.am: New file.
* configure.ac (AC_OUTPUT): Build new makefile.
Reported by Dominik Klein.
configure.ac
tests/Makefile.am
tests/commanddata/Makefile.am [new file with mode: 0644]
tests/commandtest.c