summaryrefslogtreecommitdiff
path: root/tests/global-vars.sh
blob: 2fc8473bad86c24c93ac07dfc3787bce3f2fed38 (plain)
1
2
3
4
5
6
7
8
9
10
TEST_INPUTS_DIR=$HERE_DIR/test-inputs
CSSLINT=$HERE_DIR/../csslint/.libs/csslint
if ! test -x $CSSLINT ; then
    echo "Aarg Could not find an executable csslint. I was looking for $CSSLINT"
    echo $
fi

if ! test x"$VALGRIND" = x ; then
    CSSLINT="$VALGRIND $CSSLINT"
fi