1
0
зеркало из https://github.com/quitesimpleorg/qsmaddy.git synced 2025-02-16 09:02:33 +01:00

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

fixed howto run tests
Этот коммит содержится в:
Petra Baranski 2017-12-30 14:16:28 +01:00 коммит произвёл GitHub
родитель d300d3a92a 663acbb0ea
Коммит 7963d90603
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 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
```