summaryrefslogtreecommitdiff
path: root/tests/global-vars.sh.in
blob: e291459b6a314e24e425824da9225a6d8fb20400 (plain)
1
2
3
4
5
6
7
8
9
10
TEST_INPUTS_DIR=$HERE_DIR/test-inputs
CSSLINT=$HERE_DIR/../csslint/.libs/csslint-@LIBCROCO_MAJOR_VERSION@.@LIBCROCO_MINOR_VERSION@
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