1
0
miroir de https://github.com/quitesimpleorg/qsmaddy.git synchronisé 2025-08-07 22:39:43 +02:00

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

fixed howto run tests
Cette révision appartient à :
Petra Baranski
2017-12-30 14:16:28 +01:00
révisé par GitHub
révision 7963d90603

Voir le fichier

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