summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-12-10 08:09:13 -0700
committerEric Blake <eblake@redhat.com>2010-12-10 08:44:53 -0700
commit2a5ccbefb0cdce1eb4f23aff39ca04181e068cc3 (patch)
treebbabdb16f7a43e7f7ed7516cf7172f6441369566 /tests/commanddata
parentUpdate documentation of watchdog dump option and add test data for it (diff)
downloadlibvirt-2a5ccbefb0cdce1eb4f23aff39ca04181e068cc3.tar.gz
libvirt-2a5ccbefb0cdce1eb4f23aff39ca04181e068cc3.tar.bz2
libvirt-2a5ccbefb0cdce1eb4f23aff39ca04181e068cc3.zip
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.
Diffstat (limited to 'tests/commanddata')
-rw-r--r--tests/commanddata/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/commanddata/Makefile.am b/tests/commanddata/Makefile.am
new file mode 100644
index 000000000..ea0f8e11f
--- /dev/null
+++ b/tests/commanddata/Makefile.am
@@ -0,0 +1,2 @@
+EXTRA_DIST = \
+ $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/*.log))