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
джерело d300d3a92a 663acbb0ea
коміт 7963d90603
Не вдалося знайти GPG ключ що відповідає даному підпису
Ідентифікатор GPG ключа: 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
```