1
0
spegling av https://github.com/quitesimpleorg/qsmaddy.git synced 2024-06-09 23:11:15 +02:00

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 committad av GitHub
förälder d300d3a92a 663acbb0ea
incheckning 7963d90603
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23

Visa fil

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