4 Star 7 Fork 1

我的上铺叫路遥 / bplustree

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
coverage_build.sh 242 Bytes
一键复制 编辑 原始数据 按行查看 历史
我的上铺叫路遥 提交于 2016-05-02 10:17 . Update test case
#!/bin/sh
rm -rf build
mkdir build
echo "Please wait about 10 seconds for test case generation..."
python ./tests/testcase_generator.py
mv testcase build
cd build
cmake -DCMAKE_BUILD_TYPE=Coverage ..
make coverage
firefox coverage/index.html
C
1
https://gitee.com/begeekmyfriend/bplustree.git
git@gitee.com:begeekmyfriend/bplustree.git
begeekmyfriend
bplustree
bplustree
disk-io

搜索帮助