From patchwork Tue Mar 1 19:56:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 63345 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp2018390lbc; Tue, 1 Mar 2016 11:58:08 -0800 (PST) X-Received: by 10.140.93.247 with SMTP id d110mr28428067qge.28.1456862288549; Tue, 01 Mar 2016 11:58:08 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id e7si8253859qkb.94.2016.03.01.11.58.08; Tue, 01 Mar 2016 11:58:08 -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 2715161B05; Tue, 1 Mar 2016 19:58:08 +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_H2, 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 DDA4862F8C; Tue, 1 Mar 2016 19:57:18 +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 123EF61663; Tue, 1 Mar 2016 19:57:05 +0000 (UTC) Received: from mail-ob0-f172.google.com (mail-ob0-f172.google.com [209.85.214.172]) by lists.linaro.org (Postfix) with ESMTPS id 7762162FA7 for ; Tue, 1 Mar 2016 19:57:03 +0000 (UTC) Received: by mail-ob0-f172.google.com with SMTP id ts10so177417591obc.1 for ; Tue, 01 Mar 2016 11:57:03 -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=p6oc5LjxSuEZfre0FvR2eVzTbeTAnX0r6/D/4VTDYJE=; b=ZOtbi3q7KmiCvDrzOQeB044XloCnmGrlQ4gzrd7owoAJ2eR+RwupLnN4SL77i07IGf hylWY9q/31i+TblXmzekxztg8FYSdhh4P/Nwp+IAWU01pccnCW451ThLAlf4bIX9QH5h 52sPgb0tTzrirG96RQjtCkgYJ1zNOkmKWVPDSpY5ny01Kdj+CfWabyABZ9tgcUaToU5I TrQ7rwQRAHxA9s6x5/5N0HdEKAsryg0Av7dnfuunIpHznstRYBROjrDz2OWt/pAWWWj0 gRWWkmULUa8RQ38eDVAZNX9U/yoSIpV7Z8OsHC22FduJp/DK5zZuFPVIOg4QWXC8UGTG D4vA== X-Gm-Message-State: AD7BkJJJxPlV725fwS6o380Vl9c53BXm7xng4eFbqKkgbjUhpe9OWY33r8pk/h/eUMO5hVw5iGk= X-Received: by 10.182.33.101 with SMTP id q5mr17587599obi.28.1456862223077; Tue, 01 Mar 2016 11:57:03 -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 bi2sm23064932obb.24.2016.03.01.11.57.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 01 Mar 2016 11:57:02 -0800 (PST) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Tue, 1 Mar 2016 13:56:58 -0600 Message-Id: <1456862218-26220-3-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1456862218-26220-1-git-send-email-bill.fischofer@linaro.org> References: <1456862218-26220-1-git-send-email-bill.fischofer@linaro.org> X-Topics: patch Subject: [lng-odp] [API-NEXT PATCHv2 3/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: Mike Holmes 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)