aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-03-23 16:04:18 -0600
committerEric Blake <eblake@redhat.com>2012-03-23 16:12:58 -0600
commit98ada9ab70f28bc492da7a9913666cdb9d2c1915 (patch)
treeda45c29eb6e154ec45daa7a17bef1fa198a6c9c7 /.gitignore
parentbuild: fix incorrect enum declaration (diff)
downloadlibvirt-98ada9ab70f28bc492da7a9913666cdb9d2c1915.tar.gz
libvirt-98ada9ab70f28bc492da7a9913666cdb9d2c1915.tar.bz2
libvirt-98ada9ab70f28bc492da7a9913666cdb9d2c1915.zip
build: drop obsolete qparams test
Otherwise, 'make check' breaks since commit bc1ff160 deleted qparams.h. A later patch will ensure that viruri takes over what qparams used to do. * tests/qparamtest.c (mymain): Delete, now that we have viruri. * tests/Makefile.am (check_PROGRAMS, TESTS, qparamtest_SOURCES): Delete old test. * .gitignore: Add recent test additions.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b35e863e6..2f27ff4d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -139,11 +139,14 @@
/tests/ssh
/tests/statstest
/tests/utiltest
+/tests/virauthconfigtest
/tests/virbuftest
/tests/virhashtest
+/tests/virkeyfiletest
/tests/virnet*test
/tests/virshtest
/tests/virtimetest
+/tests/viruritest
/tests/vmx2xmltest
/tests/xencapstest
/tests/xmconfigtest