1
0
miroir de https://github.com/quitesimpleorg/qsmaddy.git synchronisé 2024-11-22 07:37:50 +01:00

fixed howto run tests

has to be called before
Cette révision appartient à :
M. Petra Baranski 2017-12-30 14:09:42 +01:00
Parent d300d3a92a
révision 663acbb0ea

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
```