1
0
镜像自地址 https://github.com/quitesimpleorg/qsmaddy.git 已同步 2025-02-16 17:12:33 +01:00

fixed howto run tests

has to be called before
这个提交包含在:
M. Petra Baranski 2017-12-30 14:09:42 +01:00
父节点 d300d3a92a
当前提交 663acbb0ea

查看文件

@ -58,6 +58,7 @@ git submodule update --init --recursive
mkdir tmp
cd tmp
cmake ..
make
make test # or run the executable in ../build/MaddyTests
```