From nobody Sun Feb 8 13:27:45 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1502205988379663.5678500333886; Tue, 8 Aug 2017 08:26:28 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AB7D1C047B8B; Tue, 8 Aug 2017 15:26:26 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 67D7A70958; Tue, 8 Aug 2017 15:26:26 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 67A8214B1F; Tue, 8 Aug 2017 15:26:25 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id v78FQ6hA012973 for ; Tue, 8 Aug 2017 11:26:06 -0400 Received: by smtp.corp.redhat.com (Postfix) id B63B27095A; Tue, 8 Aug 2017 15:26:06 +0000 (UTC) Received: from antique-work.brq.redhat.com (unknown [10.43.2.152]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3D5D67095B for ; Tue, 8 Aug 2017 15:26:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com AB7D1C047B8B Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=libvir-list-bounces@redhat.com From: Pavel Hrdina To: libvir-list@redhat.com Date: Tue, 8 Aug 2017 17:25:55 +0200 Message-Id: In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Subject: [libvirt] [dbus PATCH 4/7] build: move test related bits to test/Makefile.am X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Tue, 08 Aug 2017 15:26:27 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Pavel Hrdina --- Makefile.am | 19 +------------------ configure.ac | 1 + test/Makefile.am | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 test/Makefile.am diff --git a/Makefile.am b/Makefile.am index 67e9d1e..8ba2137 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ =20 -SUBDIRS =3D src +SUBDIRS =3D src test =20 EXTRA_DIST =3D \ $(PACKAGE).spec \ @@ -24,20 +24,3 @@ gen-AUTHORS: < $(srcdir)/AUTHORS.in > $(distdir)/AUTHORS-tmp && \ mv -f $(distdir)/AUTHORS-tmp $(distdir)/AUTHORS ; \ fi - -test_helpers =3D \ - test/libvirttest.py - -test_programs =3D \ - test/test_manager.py \ - test/test_domain.py - -TESTS =3D $(test_programs) - -EXTRA_DIST +=3D \ - $(test_helpers) \ - $(test_programs) \ - test/travis-run - -TESTS_ENVIRONMENT =3D \ - abs_top_builddir=3D$(abs_top_builddir) diff --git a/configure.ac b/configure.ac index 6a123fb..8de0d35 100644 --- a/configure.ac +++ b/configure.ac @@ -46,4 +46,5 @@ AC_SUBST(DBUS_SERVICES_DIR) =20 AC_OUTPUT(Makefile src/Makefile + test/Makefile libvirt-dbus.spec) diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..a7f22d0 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,16 @@ +test_helpers =3D \ + libvirttest.py + +test_programs =3D \ + test_manager.py \ + test_domain.py + +TESTS =3D $(test_programs) + +EXTRA_DIST =3D \ + $(test_helpers) \ + $(test_programs) \ + travis-run + +TESTS_ENVIRONMENT =3D \ + abs_top_builddir=3D$(abs_top_builddir) --=20 2.13.4 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list