3 # An example of using shunit2.
5 # Author: Chris Koeritz
7 export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory.
10 SHUNIT_DIR=/home/fred/xsede/xsede_tests/shunit
19 echo got to test case.
21 assertEquals "zero should be equal to 0" 0 $zero
30 # load and run shUnit2
31 source $SHUNIT_DIR/shunit2