2 Star 0 Fork 0

aliothpro/redis-with-cmake

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
runtest 279 Bytes
Copy Edit Raw Blame History
shangxichao authored 2024-07-24 15:53 . xc:redis 7.2.5 add cmake files
#!/bin/sh
TCL_VERSIONS="8.5 8.6 8.7"
TCLSH=""
for VERSION in $TCL_VERSIONS; do
TCL=`which tclsh$VERSION 2>/dev/null` && TCLSH=$TCL
done
if [ -z $TCLSH ]
then
echo "You need tcl 8.5 or newer in order to run the Redis test"
exit 1
fi
$TCLSH tests/test_helper.tcl "${@}"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/aliothpro/redis-with-cmake.git
git@gitee.com:aliothpro/redis-with-cmake.git
aliothpro
redis-with-cmake
redis-with-cmake
master

Search