From bab7aca5880bf759e54ce4c4a6f5d4cb3bbc278f Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Thu, 1 Feb 2018 11:23:28 +0200 Subject: Port ff51f63 "test: linux-gen: move platform-specific tests to platform directory" Signed-off-by: Matias Elo --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c28b02291..dbf735dce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,9 +3,9 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --enable-user-guides \ --enable-helper-linux \ --with-testdir -if PLATFORM_IS_LINUX_GENERIC -PLATFORM_DIR = platform/linux-generic -PLATFORM_TEST_DIR = platform/linux-generic/test +if PLATFORM_IS_LINUX_DPDK +PLATFORM_DIR = platform/linux-dpdk +PLATFORM_TEST_DIR = platform/linux-dpdk/test endif SUBDIRS = \ -- cgit v1.2.3