2 Star 1 Fork 1

lindabell / AT-commander

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
runtests.sh 289 Bytes
一键复制 编辑 原始数据 按行查看 历史
Christopher Peplin 提交于 2013-05-30 14:34 . Add unit test setup.
echo "Running unit tests:"
for i in $1/*.bin
do
if test -f $i
then
if ./$i
then
echo $i PASS
else
echo "ERROR in test $i:"
exit 1
fi
fi
done
echo "${txtbld}$(tput setaf 2)All unit tests passed.$(tput sgr0)"
C
1
https://gitee.com/lindabell/AT-commander.git
git@gitee.com:lindabell/AT-commander.git
lindabell
AT-commander
AT-commander
master

搜索帮助