test: fix build
authorFerruh Yigit <ferruh.yigit@intel.com>
Tue, 6 Nov 2018 14:35:01 +0000 (14:35 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 12 Nov 2018 00:38:39 +0000 (01:38 +0100)
commitfac66b12954d5e00419056a59861ba299fe2c9b6
treeb27a14f2b169ead9fa892d4a5ba9bed11aaf19e5
parentfe1570a73e77565e1018dfc77f386c09e8f172fa
test: fix build

With "make -C test/" command getting following warnings:
 awk: cmd. line:1: fatal: cannot open file `/cmdline_test/cmdline_test/'
      for reading (No such file or directory)
 awk: cmd. line:1: fatal: cannot open file
      `/test-pipeline/test-pipeline/' for reading (No such file or
      directory)
 awk: cmd. line:1: fatal: cannot open file `/test-acl/test-acl/'
      for reading (No such file or directory)

This is because unexpected/invalid MAPFILE param passed to
check-experimental-syms.sh

There is no easy way to unify MAPFILE for different build options,
instead add an input verification to script, and silently ignore wrong
values.

Fixes: a6ec31597a0b ("mk: add experimental tag check")
Cc: stable@dpdk.org
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
buildtools/check-experimental-syms.sh