added shunit support in variables, made shunit provide run time for whole
[feisty_meow.git] / scripts / core / variables.sh
index 1a9d5b396f5418845033bdaa15820c40da676acb..dd9adc273435461b82ae6f1c638ba0a7492db391 100644 (file)
@@ -173,6 +173,11 @@ if [ -z "$NECHUNG" ]; then
   export PATH="$FEISTY_MEOW_GENERATED:$PATH:/sbin:."
 ###noise! :/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/lib:/usr/games:/usr/bin:.
   
+  ##############
+
+  # set the SHUNIT_DIR so our shunit tests can find the codebase.
+  export SHUNIT_DIR="$FEIST_MEOW_SCRIPTS/shunit"
+  
   ##############
   
   if [ ! -z "$SHELL_DEBUG" ]; then echo variables initialization ends....; fi