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)
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>

No differences found
This page took 0.025739 seconds and 4 git commands to generate.