From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dharmik Thakkar Subject: [PATCH 0/3] Replace compilation time options with log level Date: Thu, 29 Nov 2018 14:31:09 -0600 Message-ID: <20181129203112.12222-1-dharmik.thakkar@arm.com> Cc: dev@dpdk.org, Dharmik Thakkar To: byron.marohn@intel.com, pablo.de.lara.guarch@intel.com, bruce.richardson@intel.com, rsanford@akamai.com Return-path: Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id D85721B4F7 for ; Thu, 29 Nov 2018 21:31:45 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Currently, in test code, for printing extra information, compilation time options are used. This approach does not compile the code always. Macro needs to be set for the code to compile. This patchset replaces compilation time option with log level based approach, thus enabling compilation of code always. Log levels can be set using eal parameters. Dharmik Thakkar (3): test/hash: replace macro with log-level approach test/efd: enable unit test compilation always test/timer: enable unit test compilation always test/test/test_efd.c | 24 ++++++++---------------- test/test/test_hash.c | 3 +-- test/test/test_timer_racecond.c | 23 ++++++++++------------- 3 files changed, 19 insertions(+), 31 deletions(-) -- 2.17.1