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

fixed howto run tests
Esse commit está contido em:
Petra Baranski 2017-12-30 14:16:28 +01:00 commit de GitHub
commit 7963d90603
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 0 exclusões

Ver arquivo

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