Re: [PATCH] tools build: Add BPF feature check to test-all

2015-12-18 Thread Jiri Olsa
On Fri, Dec 18, 2015 at 05:48:05AM +, Wang Nan wrote: > Existing test-all.c doesn't check BPF related features. For environment > with all other features enabled, BPF would be considered enabled > without doing real feature check. > > This patch adds test-bpf.c into test-all.c. > >

Re: [PATCH] tools build: Add BPF feature check to test-all

2015-12-18 Thread Jiri Olsa
On Fri, Dec 18, 2015 at 05:48:05AM +, Wang Nan wrote: > Existing test-all.c doesn't check BPF related features. For environment > with all other features enabled, BPF would be considered enabled > without doing real feature check. > > This patch adds test-bpf.c into test-all.c. > >

[PATCH] tools build: Add BPF feature check to test-all

2015-12-17 Thread Wang Nan
Existing test-all.c doesn't check BPF related features. For environment with all other features enabled, BPF would be considered enabled without doing real feature check. This patch adds test-bpf.c into test-all.c. Signed-off-by: Wang Nan Cc: Arnaldo Carvalho de Melo Cc: Namhyung Kim Cc: Jiri

[PATCH] tools build: Add BPF feature check to test-all

2015-12-17 Thread Wang Nan
Existing test-all.c doesn't check BPF related features. For environment with all other features enabled, BPF would be considered enabled without doing real feature check. This patch adds test-bpf.c into test-all.c. Signed-off-by: Wang Nan Cc: Arnaldo Carvalho de Melo