From patchwork Fri Aug 2 21:25:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aaron Conole X-Patchwork-Id: 57396 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 80CD61C2EE; Fri, 2 Aug 2019 23:25:56 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 2D1571C2DA for ; Fri, 2 Aug 2019 23:25:55 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 86DFC8F030; Fri, 2 Aug 2019 21:25:54 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.67]) by smtp.corp.redhat.com (Postfix) with ESMTP id D66765D712; Fri, 2 Aug 2019 21:25:53 +0000 (UTC) From: Aaron Conole To: dev@dpdk.org Cc: Michael Santana , David Marchand , Bruce Richardson , Ferruh Yigit , Luca Boccassi Date: Fri, 2 Aug 2019 17:25:50 -0400 Message-Id: <20190802212552.8879-1-aconole@redhat.com> In-Reply-To: <20190731145030.19956-1-aconole@redhat.com> References: <20190731145030.19956-1-aconole@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Fri, 02 Aug 2019 21:25:54 +0000 (UTC) Subject: [dpdk-dev] [PATCH v2 0/2] Enable fast-unit tests under travis X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series turns the fast unit tests on for a limited set of builds under the travis build system. An example run is available at: https://travis-ci.org/orgcandman/dpdk/builds/565991679 The builds which execute the unit tests may be distinguished by the "RUN_TESTS" parameter. Aaron Conole (1): ci: enable unit tests under travis-ci Michael Santana (1): tests: Fix unit tests for shared builds .ci/linux-build.sh | 8 ++++++++ .ci/linux-setup.sh | 8 +++++++- .travis.yml | 9 ++++++++- app/test/meson.build | 13 +++++++++++++ 4 files changed, 36 insertions(+), 2 deletions(-)