Skip to content

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 424 Bytes

README_zh.md

File metadata and controls

executable file
·
23 lines (15 loc) · 424 Bytes

Treasure house(Th)

Treasure house 是一个开源的C程序库集合

我们使用

  • cmake
  • googletest

如果你使用 Debian/Ubuntuapt 系Linux发行版,你可以通过下面的命令安装

sudo apt install cmake libgtest-dev

构建指令如下

rm build/ -rf && cmake -S . -B build
cmake --build build

执行build/test/test_all 即可运行测试套件