"Initial commit to Gerrit"
[profile/ivi/libcroco.git] / global-test-vars.sh.in
1 TEST_OUT_DIR=./tests
2 TEST_SOURCE_DIR=@srcdir@/tests
3 TEST_INPUTS_DIR="$TEST_SOURCE_DIR"/test-inputs
4 CSSLINT=./csslint/.libs/csslint-@LIBCROCO_MAJOR_VERSION@.@LIBCROCO_MINOR_VERSION@
5 if ! test -x $CSSLINT ; then
6     echo "Error: Could not find an executable csslint. I was looking for $CSSLINT" >&2
7     exit 1
8 fi
9
10 if ! test x"$VALGRIND" = x ; then
11     CSSLINT="$VALGRIND $CSSLINT"
12 fi