1
0
spogulis no https://github.com/quitesimpleorg/qsmaddy.git synced 2025-10-10 01:46:30 +02:00

fixed howto run tests

has to be called before
Šī revīzija ir iekļauta:
M. Petra Baranski
2017-12-30 14:09:42 +01:00
vecāks d300d3a92a
revīzija 663acbb0ea

Parādīt failu

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