Home | History | Annotate | Download | only in src

Lines Matching refs:TESTS

6 # This script runs all the unit tests that can be found, and generates a nice
7 # report of the tests.
14 TESTS=''
16 TESTS="${TESTS} ${test}"
46 t) tests=${OPTARG} ;; # list of tests to run
52 # fill shells and/or tests
54 tests=${tests:-${TESTS}}
57 if [ -z "${tests}" ]; then
58 th_error 'no tests found to run; exiting'
69 tests="${tests}"
85 # run tests
99 th_warn "unable to run tests with the ${shell} shell"
109 # execute the tests
110 for suite in ${tests}; do