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

fixed howto run tests
Este commit está contenido en:
Petra Baranski 2017-12-30 14:16:28 +01:00 cometido por GitHub
commit 7963d90603
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

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