1
0
scáthán de https://github.com/quitesimpleorg/qsmaddy.git sioncronaithe 2025-02-23 20:22:34 +01:00

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

fixed howto run tests
Tá an tiomantas seo le fáil i:
Petra Baranski 2017-12-30 14:16:28 +01:00 tiomanta ag GitHub
tuismitheoir d300d3a92a 663acbb0ea
tiomantas 7963d90603
Níor aimsíodh aon eochair aithne don síniú seo sa bhunachar
GPG Eochair ID: 4AEE18F83AFDEB23

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