[dpdk-dev] [PATCH] mk: fix default rule of test subdirectory

2016-07-15 Thread Thomas Monjalon
> > 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

[dpdk-dev] [PATCH] mk: fix default rule of test subdirectory

2016-07-15 Thread Pattan, Reshma
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, July 12, 2016 11:22 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] mk: fix default rule of test subdirectory > > When using "make -C app/test

[dpdk-dev] [PATCH] mk: fix default rule of test subdirectory

2016-07-12 Thread Thomas Monjalon
> 2016-07-12 11:16, Pattan, Reshma: > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > > > Note that make app/test_sub (without environment variable) is preffered. > > > > What is test_sub here? I could not execute the command make > > app/test_sub(without environment

[dpdk-dev] [PATCH] mk: fix default rule of test subdirectory

2016-07-12 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] mk: fix default rule of test subdirectory

2016-07-12 Thread Pattan, Reshma
Hi, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, July 12, 2016 11:22 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] mk: fix default rule of test subdirectory > > When using "make