diff options
Diffstat (limited to 'src/3rdparty/libcroco/tests/global-vars.sh.in')
-rw-r--r-- | src/3rdparty/libcroco/tests/global-vars.sh.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/3rdparty/libcroco/tests/global-vars.sh.in b/src/3rdparty/libcroco/tests/global-vars.sh.in new file mode 100644 index 0000000..e291459 --- /dev/null +++ b/src/3rdparty/libcroco/tests/global-vars.sh.in @@ -0,0 +1,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 |