mk: fix default rule of test subdirectory
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 12 Jul 2016 10:11:06 +0000 (12:11 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 15 Jul 2016 15:23:56 +0000 (17:23 +0200)
commitd7cdc5065bb78c28607aecb0b3576d7690c71216
tree00370bd36170f703864a656c55d3033b599bf09c
parentb92e0297f9e9f3b860329719f9fb4df00a0d0c05
mk: fix default rule of test subdirectory

When using "make -C app/test" (with RTE_SDK/RTE_TARGET adjusted)
without specifying the rule (all), the build is not done.
Indeed the default rule is not "all" anymore since there are some
rules added for external resources link.

It is fixed by adding a reference to "all" at the top of the file
which makes it the default rule.

Note that make app/test_sub (without environment variable) is preffered.

Fixes: ab64f5df8004 ("app/test: support resources externally linked")

Reported-by: Reshma Pattan <reshma.pattan@intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Reshma Pattan <reshma.pattan@intel.com>
app/test/Makefile