[rtems commit] sptests: Refactor sp09 into sppartition_err01 and sp09.

Gedare Bloom gedare at rtems.org
Thu Jan 2 21:34:59 UTC 2014


This patch simply copied sp09.scn to the new testsuite without
modification and without giving the correct filename. Possibly the
same issue with sp09.doc too.

Also I'm not sure why there is a preinstall.am modification in the zynq bsp?

-Gedare

On Thu, Jan 2, 2014 at 2:17 PM, Jennifer Averett <jennifer at rtems.org> wrote:
> Module:    rtems
> Branch:    master
> Commit:    255178ec35e8da2308baff511fcd2cbb42ea0e41
> Changeset: http://git.rtems.org/rtems/commit/?id=255178ec35e8da2308baff511fcd2cbb42ea0e41
>
> Author:    Mandar Juvekar <mjuvekar0 at gmail.com>
> Date:      Thu Jan  2 13:22:36 2014 -0600
>
> sptests: Refactor sp09 into sppartition_err01 and sp09.
>
> ---
>
>  c/src/lib/libbsp/arm/xilinx-zynq/preinstall.am     |    4 +
>  testsuites/sptests/Makefile.am                     |    2 +-
>  testsuites/sptests/configure.ac                    |    1 +
>  testsuites/sptests/sp09/Makefile.am                |    2 +-
>  testsuites/sptests/sp09/system.h                   |    2 +-
>  testsuites/sptests/sp09/task1.c                    |    3 -
>  testsuites/sptests/sppartition_err01/Makefile.am   |   24 ++
>  testsuites/sptests/sppartition_err01/delay.c       |   29 +++
>  testsuites/sptests/sppartition_err01/init.c        |  106 +++++++++
>  testsuites/sptests/sppartition_err01/isr.c         |   28 +++
>  .../sptests/{sp09 => sppartition_err01}/screen11.c |    0
>  testsuites/sptests/sppartition_err01/sp09.doc      |   30 +++
>  testsuites/sptests/sppartition_err01/sp09.scn      |  245 ++++++++++++++++++++
>  testsuites/sptests/sppartition_err01/system.h      |  123 ++++++++++
>  testsuites/sptests/sppartition_err01/task1.c       |   34 +++
>  testsuites/sptests/sppartition_err01/task2.c       |   49 ++++
>  testsuites/sptests/sppartition_err01/task3.c       |   54 +++++
>  testsuites/sptests/sppartition_err01/task4.c       |   51 ++++
>  18 files changed, 781 insertions(+), 6 deletions(-)
>



More information about the devel mailing list