Tests: Add the runner.sh tests runner utility
authorChristian Babeux <christian.babeux@efficios.com>
Thu, 21 Feb 2013 20:14:48 +0000 (15:14 -0500)
committerChristian Babeux <christian.babeux@efficios.com>
Fri, 22 Feb 2013 18:00:22 +0000 (13:00 -0500)
commitc202416eef5a01c95df9e2cd6cb8e7a8e31c7048
treeda83f7aff2531d3403c9172cfc739a442d859bf2
parent86a96e6cf3b4bab2fc7edd0db1b7c87c2374d27a
Tests: Add the runner.sh tests runner utility

This script contains the run_tests function to ease the run of a testsuite.

Usage example:

source $TESTDIR/utils/runner.sh

tests=( some_test
        some_other_test )

opts=("$@")
run_tests tests[@] opts[@]

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
tests/utils/runner.sh [new file with mode: 0644]
This page took 0.0265300000000001 seconds and 5 git commands to generate.