[examples-v2 1/2] Compile filesystem testcase

Gedare Bloom gedare at rtems.org
Fri Apr 8 11:55:53 UTC 2016


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 <van.freenix at gmail.com> wrote:
> Support compiling filesystem testcases.
> If not, filesystem testcases will not be compiled.
>
> Signed-off-by: Peng Fan <van.freenix at gmail.com>
> ---
>  Makefile            | 2 +-
>  filesystem/Makefile | 5 +++++
>  2 files changed, 6 insertions(+), 1 deletion(-)
>  create mode 100644 filesystem/Makefile
>
> diff --git a/Makefile b/Makefile
> index 95d08fb..99b83e3 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -3,7 +3,7 @@ include $(RTEMS_CUSTOM)
>  include $(RTEMS_SHARE)/make/directory.cfg
>
>  SUBDIRS=classic_api posix_api hello led misc ticker file_io \
> -  benchmarks
> +  benchmarks filesystem
>
>  # Monitor Specific Examples
>  SUBDIRS += uboot
> diff --git a/filesystem/Makefile b/filesystem/Makefile
> new file mode 100644
> index 0000000..1267598
> --- /dev/null
> +++ b/filesystem/Makefile
> @@ -0,0 +1,5 @@
> +include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
> +include $(RTEMS_CUSTOM)
> +include $(RTEMS_SHARE)/make/directory.cfg
> +
> +SUBDIRS = fat_ramdisk
> --
> 2.6.2
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list