#------------------------------------------------------------------------------
# System data
#

# test run info
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
tests=" shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh"

# system info
$ date
Fri Jul 11 12:47:23 IST 2008
$ uname -mprsv
Darwin 9.4.0 Darwin Kernel Version 9.4.0: Mon Jun  9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386 i386 i386


#------------------------------------------------------------------------------
# Running the test suite with /bin/sh
#

--- Executing the 'asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse

#
# Test report
#
tests passed:   138 100%
tests failed:     0   0%
tests skipped:    0   0%
tests total:    138 100%

--- Executing the 'failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame

#
# Test report
#
tests passed:    45 100%
tests failed:     0   0%
tests skipped:    0   0%
tests total:     45 100%

--- Executing the 'macros' test suite ---
#
# Performing tests
#
testLineNo

#
# Test report
#
tests passed:    12 100%
tests failed:     0   0%
tests skipped:    0   0%
tests total:     12 100%


#------------------------------------------------------------------------------
# Running the test suite with /bin/bash
#

GNU bash, version 3.2.17(1)-release (i386-apple-darwin9.0)
Copyright (C) 2005 Free Software Foundation, Inc.

--- Executing the 'asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse

#
# Test report
#
tests passed:   138 100%
tests failed:     0   0%
tests skipped:    0   0%
tests total:    138 100%

--- Executing the 'failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame

#
# Test report
#
tests passed:    45 100%
tests failed:     0   0%
tests skipped:    0   0%
tests total:     45 100%

--- Executing the 'macros' test suite ---
#
# Performing tests
#
testLineNo

#
# Test report
#
tests passed:    12 100%
tests failed:     0   0%
tests skipped:    0   0%
tests total:     12 100%

shunit2_test.sh:WARN unable to run tests with the /bin/dash shell


#------------------------------------------------------------------------------
# Running the test suite with /bin/ksh
#

version:   version         sh (AT&T Research) 1993-12-28 s+

--- Executing the 'asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse

#
# Test report
#
tests passed:   138 100%
tests failed:     0   0%
tests skipped:    0   0%
tests total:    138 100%

--- Executing the 'failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame

#
# Test report
#
tests passed:    45 100%
tests failed:     0   0%
tests skipped:    0   0%
tests total:     45 100%

--- Executing the 'macros' test suite ---
#
# Performing tests
#
testLineNo

#
# Test report
#
tests passed:    12 100%
tests failed:     0   0%
tests skipped:    0   0%
tests total:     12 100%

shunit2_test.sh:WARN unable to run tests with the /bin/pdksh shell


#------------------------------------------------------------------------------
# Running the test suite with /bin/zsh
#

version: 4.3.4

--- Executing the 'asserts' test suite ---
#
# Performing tests
#
testAssertEquals
testAssertSame
testAssertNotSame
testAssertNull
testAssertNotNull
testAssertTrue
testAssertFalse

#
# Test report
#
tests passed:   138 100%
tests failed:     0   0%
tests skipped:    0   0%
tests total:    138 100%

--- Executing the 'failures' test suite ---
#
# Performing tests
#
testFail
testFailNotEquals
testFailSame

#
# Test report
#
tests passed:    45 100%
tests failed:     0   0%
tests skipped:    0   0%
tests total:     45 100%

--- Executing the 'macros' test suite ---
#
# Performing tests
#
testLineNo

#
# Test report
#
tests passed:    12 100%
tests failed:     0   0%
tests skipped:    0   0%
tests total:     12 100%
