1 Star 0 Fork 0

GXDE OS/libcroco

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
global-test-vars.sh.in 382 Bytes
一键复制 编辑 原始数据 按行查看 历史
gfdgd xi 提交于 2024-02-09 09:59 . 0.6.11
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/GXDE-OS/libcroco.git
git@gitee.com:GXDE-OS/libcroco.git
GXDE-OS
libcroco
libcroco
master

搜索帮助