1
0
Derivar 0

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

fixed howto run tests
Este cometimento está contido em:
Petra Baranski 2017-12-30 14:16:28 +01:00 cometido por GitHub
ascendente d300d3a92a 663acbb0ea
cometimento 7963d90603
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros modificados com 1 adições e 0 eliminações

Ver ficheiro

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