From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f182.google.com (mail-wr0-f182.google.com [209.85.128.182]) by dpdk.org (Postfix) with ESMTP id E79639E7 for ; Wed, 15 Feb 2017 10:03:31 +0100 (CET) Received: by mail-wr0-f182.google.com with SMTP id k90so185873783wrc.3 for ; Wed, 15 Feb 2017 01:03:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=7004Sc70Pd9yuIhfmy3uf/SjVwI6e9upiwexYyn9Cp4=; b=K6OMB1cbglvBpOnQVOvlKqxEhvYLmqRANJcm/PpOdD9gqsVHSrEpAfbrrK415S2VPT mXl/mCyzM8sYGbTGWOV0EEHXjLtbVcBf0avP1IWk1edEae0Aj2fNFmYLYWJKAqeMYGp+ uvDLZnEi0pGoH0+rA67JBkXOGwCvwCqlMMSeZUNNRPuiemzLjn4NzpF4Rx47ngs7H+Ay Gs9KxjvOTOiubw4/xynUdFoqB5hyQ1vB3NfAKwaznNNeJOh3zJpyofWDKx4dO3nAkSmt 8HAxirgAqqf9FrQq23nMVjLDraGu4GuKLQ/KNzEjj+k3f4J21XyUd2ElfSRZm1JVDidn lk5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=7004Sc70Pd9yuIhfmy3uf/SjVwI6e9upiwexYyn9Cp4=; b=RRAHvaGOymQ4TG1DTcPGxS7th//kStVd/LywzSudqhiM2lB7ItxxhjvIQZqYwyIWEM M7XAt0g/3TTmKCfVcSYe/LlJdsFXTYCEYOIEKxpt1psHz1N6WWrL5Xzpm4jflSb27Bjk qN4vfFHO2H38r4dnZRdlLGQwDG1szLp+Fy+dx4rPYKL3hVnSG9NlPDl5cndhPkZlfFX1 jxrnYQlKwP9a3U+F20vvQIaia+/um7C9RNpffpo6B5zdrhf5xJEQobzvL9xIBEMxnhSo YQiSiwp5R8aw8VNyfozxqg005LeviMfNlWdbDllrFILgUTvO4Ettz7rm2B0e1DEiBtn5 Kyww== X-Gm-Message-State: AMke39kNNpfrbd26G336MvZsax/wN43c7uJ6/2rvNNKw1tQEoltTKhNdN1C+sXjf3FBZ+29u X-Received: by 10.223.170.3 with SMTP id p3mr32076762wrd.100.1487149411641; Wed, 15 Feb 2017 01:03:31 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id u189sm6716474wmu.1.2017.02.15.01.03.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Feb 2017 01:03:31 -0800 (PST) From: Thomas Monjalon To: "Mcnamara, John" Cc: "Richardson, Bruce" , "Yigit, Ferruh" , dev@dpdk.org Date: Wed, 15 Feb 2017 10:03:30 +0100 Message-ID: <1900679.x5rhmsoBTz@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <20170214151326.7554-1-ferruh.yigit@intel.com> <20170214154131.GA20524@bricha3-MOBL3.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [RFC 17.05] test: move tests to separate folder 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: , X-List-Received-Date: Wed, 15 Feb 2017 09:03:32 -0000 2017-02-14 16:12, Mcnamara, John: > It is probably more important that the user runs the tests than just > compiles them. :-) As a side effect of running the tests they will > also compile them. > > As a side issue I think that we should improve the ease of running and > extending the test suite. YMMV but I have always found the test suite hard > to run with 100% passing tests. > > So I think this is a good first step to separate out unit testing from the > rest of the code. Yes we really need to work on the unit tests. Someone to run them and make it part of the distributed CI?