1
0
鏡像自 https://github.com/quitesimpleorg/qsmaddy.git 已同步 2025-08-07 14:29:43 +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

查看文件

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