aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2018-02-01 11:23:28 +0200
committerMatias Elo <matias.elo@nokia.com>2018-02-01 17:48:53 +0200
commitbab7aca5880bf759e54ce4c4a6f5d4cb3bbc278f (patch)
tree94339df0f75ef9271ee89c297464f69ea7f79701 /Makefile.am
parente740a84df538bc7f973815b7125929c397a4599a (diff)
Port ff51f63 "test: linux-gen: move platform-specific tests to platform directory"
Signed-off-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
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 = \