~serge-hallyn/ubuntu/natty/libvirt/fix-pci

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge, Serge Hallyn, Jamie Strandboge
  • Date: 2011-03-15 11:46:34 UTC
  • Revision ID: james.westby@ubuntu.com-20110315114634-sirhownqcyy3hbqi
Tags: 0.8.8-1ubuntu4
[ Serge Hallyn ]
* Replace 9024-skip-broken-commandtest.patch with
  9024-fix-broken-commandtest.patch from upstream.

[ Jamie Strandboge ]
* debian/patches/9026-security-avoid-memory-leak.patch: avoid memory leaks
  with the security drivers. Can be dropped in 0.8.9.
* SECURITY UPDATE: debian/patches/9027-CVE-2011-1146.patch: Add missing
  checks for read only connections. Patch from Debian. Can be dropped in
  0.8.8-3.
  - CVE-2011-1146

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
check_PROGRAMS = virshtest conftest sockettest \
79
79
        nodeinfotest qparamtest virbuftest \
80
 
        commandhelper seclabeltest
 
80
        commandtest commandhelper seclabeltest
81
81
 
82
82
if WITH_XEN
83
83
check_PROGRAMS += xml2sexprtest sexpr2xmltest \
157
157
        qparamtest \
158
158
        virbuftest \
159
159
        sockettest \
 
160
        commandtest \
160
161
        seclabeltest \
161
162
        $(test_scripts)
162
163
 
350
351
        nodeinfotest.c testutils.h testutils.c
351
352
nodeinfotest_LDADD = $(LDADDS)
352
353
 
 
354
commandtest_SOURCES = \
 
355
        commandtest.c testutils.h testutils.c
 
356
commandtest_CFLAGS = -Dabs_builddir="\"`pwd`\""
 
357
commandtest_LDADD = $(LDADDS)
 
358
 
353
359
commandhelper_SOURCES = \
354
360
        commandhelper.c
355
361
commandhelper_CFLAGS = -Dabs_builddir="\"`pwd`\""