Seise
Reviewed-and-tested-by: Mike Holmes <[email protected]>

I have a follow on series that adds the path in the script so that the
scripts may be executed standalone. It also adds the suffix  .sh so that
valgrind ignores them as suggested by Maxim



On 13 July 2016 at 14:53, Anders Roxell <[email protected]> wrote:

> This is preparation cleanup so installed executables are scoped
> and helpers are removed as unhelpful for the final installation.
>
> Anders Roxell (3):
>   helper/test/Makefile: don't install tests
>   example/time/Makefile: remove incorrect postfix _test
>   example/ipsec: scope ipsec examples
>
>  example/ipsec/Makefile.am            | 18 +++++++++---------
>  example/ipsec/odp_ipsec_run_ah_in    | 12 ++++++++++++
>  example/ipsec/odp_ipsec_run_ah_out   | 12 ++++++++++++
>  example/ipsec/odp_ipsec_run_both_in  | 14 ++++++++++++++
>  example/ipsec/odp_ipsec_run_both_out | 14 ++++++++++++++
>  example/ipsec/odp_ipsec_run_esp_in   | 13 +++++++++++++
>  example/ipsec/odp_ipsec_run_esp_out  | 13 +++++++++++++
>  example/ipsec/odp_ipsec_run_live     | 17 +++++++++++++++++
>  example/ipsec/odp_ipsec_run_router   |  9 +++++++++
>  example/ipsec/odp_ipsec_run_simple   | 10 ++++++++++
>  example/ipsec/run_ah_in              | 12 ------------
>  example/ipsec/run_ah_out             | 12 ------------
>  example/ipsec/run_both_in            | 14 --------------
>  example/ipsec/run_both_out           | 14 --------------
>  example/ipsec/run_esp_in             | 13 -------------
>  example/ipsec/run_esp_out            | 13 -------------
>  example/ipsec/run_live               | 17 -----------------
>  example/ipsec/run_router             |  9 ---------
>  example/ipsec/run_simple             | 10 ----------
>  example/time/.gitignore              |  2 +-
>  example/time/Makefile.am             |  8 ++++----
>  helper/test/Makefile.am              |  2 --
>  22 files changed, 128 insertions(+), 130 deletions(-)
>  create mode 100755 example/ipsec/odp_ipsec_run_ah_in
>  create mode 100755 example/ipsec/odp_ipsec_run_ah_out
>  create mode 100755 example/ipsec/odp_ipsec_run_both_in
>  create mode 100755 example/ipsec/odp_ipsec_run_both_out
>  create mode 100755 example/ipsec/odp_ipsec_run_esp_in
>  create mode 100755 example/ipsec/odp_ipsec_run_esp_out
>  create mode 100755 example/ipsec/odp_ipsec_run_live
>  create mode 100755 example/ipsec/odp_ipsec_run_router
>  create mode 100755 example/ipsec/odp_ipsec_run_simple
>  delete mode 100755 example/ipsec/run_ah_in
>  delete mode 100755 example/ipsec/run_ah_out
>  delete mode 100755 example/ipsec/run_both_in
>  delete mode 100755 example/ipsec/run_both_out
>  delete mode 100755 example/ipsec/run_esp_in
>  delete mode 100755 example/ipsec/run_esp_out
>  delete mode 100755 example/ipsec/run_live
>  delete mode 100755 example/ipsec/run_router
>  delete mode 100755 example/ipsec/run_simple
>
> --
> 2.1.4
>
>


-- 
Mike Holmes
Technical Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
"Work should be fun and collaborative, the rest follows"

Reply via email to