summaryrefslogtreecommitdiff
path: root/global-test-vars.sh.in
blob: cfe18497ccb48e0e3ad650a8dd0c7046c20262ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEST_OUT_DIR=./tests
TEST_SOURCE_DIR=@srcdir@/tests
TEST_INPUTS_DIR="$TEST_SOURCE_DIR"/test-inputs
CSSLINT=./csslint/.libs/csslint-@LIBCROCO_MAJOR_VERSION@.@LIBCROCO_MINOR_VERSION@
if ! test -x $CSSLINT ; then
    echo "Error: Could not find an executable csslint. I was looking for $CSSLINT" >&2
    exit 1
fi

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