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

fixed howto run tests
This commit is contained in:
Petra Baranski 2017-12-30 14:16:28 +01:00 提交者 GitHub
當前提交 7963d90603
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增0 行删除

查看文件

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