mbox series

[0/2] Enable fast-unit tests under travis

Message ID 20190731145030.19956-1-aconole@redhat.com (mailing list archive)
Headers
Series Enable fast-unit tests under travis |

Message

Aaron Conole July 31, 2019, 2:50 p.m. UTC
  This series turns the fast unit tests on for a limited set of
builds under the travis build system.  An example run is available
at:

https://travis-ci.org/orgcandman/dpdk/builds/565991679

The builds which execute the unit tests may be distinguished by the
"RUN_TESTS" parameter.

Aaron Conole (1):
  ci: enable unit tests under travis-ci

Michael Santana (1):
  tests: Fix unit tests for shared builds

 .ci/linux-build.sh   | 8 ++++++++
 .ci/linux-setup.sh   | 8 +++++++-
 .travis.yml          | 9 ++++++++-
 app/test/meson.build | 9 +++++++++
 4 files changed, 32 insertions(+), 2 deletions(-)
  

Comments

David Marchand Aug. 2, 2019, 2:18 p.m. UTC | #1
On Wed, Jul 31, 2019 at 4:50 PM Aaron Conole <aconole@redhat.com> wrote:
>
> This series turns the fast unit tests on for a limited set of
> builds under the travis build system.  An example run is available
> at:
>
> https://travis-ci.org/orgcandman/dpdk/builds/565991679
>
> The builds which execute the unit tests may be distinguished by the
> "RUN_TESTS" parameter.
>
> Aaron Conole (1):
>   ci: enable unit tests under travis-ci
>
> Michael Santana (1):
>   tests: Fix unit tests for shared builds
>
>  .ci/linux-build.sh   | 8 ++++++++
>  .ci/linux-setup.sh   | 8 +++++++-
>  .travis.yml          | 9 ++++++++-
>  app/test/meson.build | 9 +++++++++
>  4 files changed, 32 insertions(+), 2 deletions(-)
>
> --
> 2.21.0
>

For the series,
Reviewed-by: David Marchand <david.marchand@redhat.com>