1
0
镜像自地址 https://github.com/quitesimpleorg/qsmaddy.git 已同步 2024-06-09 23:11:15 +02:00

Merge pull request #4 from progsource/fix-howto-run-tests

fixed howto run tests
这个提交包含在:
Petra Baranski 2017-12-30 14:16:28 +01:00 提交者 GitHub
当前提交 7963d90603
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

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