added shunit support in variables, made shunit provide run time for whole
[feisty_meow.git] / scripts / shunit / example_shunit_test.sh
index ab3e01c9aab1616e000e0213388e1adf0d5abe3f..f499bf95b5cad4e9f99840b17feac703a2838121 100755 (executable)
@@ -7,7 +7,8 @@
 export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )"  # obtain the script's working directory.
 cd $WORKDIR
 
-SHUNIT_DIR=/home/fred/xsede/xsede_tests/shunit
+# this variable needs to be set somewhere.  feisty meow scripts will set it.
+#SHUNIT_DIR=/home/fred/shunit
 
 oneTimeSetUp()
 {