From patchwork Mon Feb 29 20:53:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 63258 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp1464241lbc; Mon, 29 Feb 2016 12:53:43 -0800 (PST) X-Received: by 10.140.108.229 with SMTP id j92mr21849491qgf.17.1456779223719; Mon, 29 Feb 2016 12:53:43 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id t90si27533091qkl.5.2016.02.29.12.53.43; Mon, 29 Feb 2016 12:53:43 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 364AB61D16; Mon, 29 Feb 2016 20:53:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 1055061BC4; Mon, 29 Feb 2016 20:53:15 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id DDA7661B00; Mon, 29 Feb 2016 20:53:11 +0000 (UTC) Received: from mail-oi0-f49.google.com (mail-oi0-f49.google.com [209.85.218.49]) by lists.linaro.org (Postfix) with ESMTPS id 1DFE361B00 for ; Mon, 29 Feb 2016 20:53:11 +0000 (UTC) Received: by mail-oi0-f49.google.com with SMTP id d205so31607957oia.0 for ; Mon, 29 Feb 2016 12:53:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=wlshI7o2We6qIbwRFxFAmGYx1DnATauIqnxFNV7yFa8=; b=bkZv/wXqxEg4Wfy4/0Wth9dvZxxzvQ/lJhN2FW0qeJc8PfInu13xsdLAAgBlF/KLFM m7IOHvycOrj0ik5vjK8/pTcCZjy6wXb/6Q22bTR7LTQFtxv7NcryoaLoggKJPKdP+e2Q 3fvHTz1Nd08EPtvHLwyPy0pG9cyfVKwtt+Ayhh0fHh+7gGacWHeQ9UUauYzrimIfjD9c OvLb7bDIPxI9Pf48LDAOdudZGwEScnL3/HIg0q0241VJ1isTXPyq/kRGKfLhSS4ljjOn GnLJef3oMdMsmhzmka2pEUJMnxDTnR2KzKSIH9QDibo+TzrgYPTuhCr5VZa/2V7ZappE /QgA== X-Gm-Message-State: AD7BkJJYJJXLL7mTKfqLXpjYzAr+MJlKVq7Mq+9iYoc9oCyJXdmYlC5BUcJvNUFxdV8K1052HiI= X-Received: by 10.202.225.65 with SMTP id y62mr11812663oig.73.1456779190630; Mon, 29 Feb 2016 12:53:10 -0800 (PST) Received: from Ubuntu15.localdomain (cpe-66-68-129-43.austin.res.rr.com. [66.68.129.43]) by smtp.gmail.com with ESMTPSA id v136sm19222721oif.15.2016.02.29.12.53.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 29 Feb 2016 12:53:10 -0800 (PST) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Mon, 29 Feb 2016 14:53:06 -0600 Message-Id: <1456779187-32336-2-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1456779187-32336-1-git-send-email-bill.fischofer@linaro.org> References: <1456779187-32336-1-git-send-email-bill.fischofer@linaro.org> X-Topics: patch Subject: [lng-odp] [API-NEXT PATCH 2/3] linux-generic: test: add tm unit test to list of tests to run X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Bill Fischofer --- platform/linux-generic/test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/linux-generic/test/Makefile.am b/platform/linux-generic/test/Makefile.am index 4bf24cb..45c2293 100644 --- a/platform/linux-generic/test/Makefile.am +++ b/platform/linux-generic/test/Makefile.am @@ -29,6 +29,7 @@ TESTS = pktio/pktio_run \ ${top_builddir}/test/validation/thread/thread_main$(EXEEXT) \ ${top_builddir}/test/validation/time/time_main$(EXEEXT) \ ${top_builddir}/test/validation/timer/timer_main$(EXEEXT) \ + ${top_builddir}/test/validation/traffic_mngr/traffic_mngr_main$(EXEEXT) \ ${top_builddir}/test/validation/shmem/shmem_main$(EXEEXT) \ ${top_builddir}/test/validation/system/system_main$(EXEEXT)