Re: [examples-v2 1/2] Compile filesystem testcase

2016-04-08 Thread Peng Fan
Hi Gedare, I met error when `waf`: "ImportError: No module named rtems_waf.rtems" This patch will not be accpetted, if switch to use waf? If you plan to accpet this patch, I can discard signed off and send out V2. Thanks, Peng. 2016-04-08 19:55 GMT+08:00 Gedare Bloom : > you can remove --signe

Re: [examples-v2 1/2] Compile filesystem testcase

2016-04-08 Thread Gedare Bloom
you can remove --signed-off-by do you know if the filesystem testcases are compiled correctly when using the rtems_waf approach to building examples-v2? On Fri, Apr 8, 2016 at 4:33 AM, Peng Fan wrote: > Support compiling filesystem testcases. > If not, filesystem testcases will not be compiled.

[examples-v2 1/2] Compile filesystem testcase

2016-04-08 Thread Peng Fan
Support compiling filesystem testcases. If not, filesystem testcases will not be compiled. Signed-off-by: Peng Fan --- Makefile| 2 +- filesystem/Makefile | 5 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 filesystem/Makefile diff --git a/Makefile b/Makef