test: fix file prefix discovery
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 25 Jul 2018 13:44:26 +0000 (14:44 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Jul 2018 19:34:08 +0000 (21:34 +0200)
commit786b29255c492ed000957367e9317433ba4bb17b
tree2a99265e27988ec841c5e2241b13704375ec85aa
parentb5d878e6db56c76ffe5e8c69b6c19faac4e97d80
test: fix file prefix discovery

Config file has moved, but the tests weren't updated to point to
its new location. Update the code to find current prefix.

Also, this function is duplicated across multiple tests, so move it
into process.h and force compile failures for any attempts to use
it on platforms other than Linux.

Fixes: adf1d867361c ("eal: move runtime config file to new location")

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Reshma Pattan <reshma.pattan@intel.com>
test/test/process.h
test/test/test_eal_flags.c
test/test/test_mp_secondary.c