fixed howto run tests

has to be called before
This commit is contained in:
M. Petra Baranski 2017-12-30 14:09:42 +01:00
父節點 d300d3a92a
當前提交 663acbb0ea
共有 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
```