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

fixed howto run tests
このコミットが含まれているのは:
Petra Baranski
2017-12-30 14:16:28 +01:00
committed by 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
```