1
0
قرینه از https://github.com/quitesimpleorg/qsmaddy.git synced 2024-11-25 00:32:36 +01:00

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

fixed howto run tests
This commit is contained in:
Petra Baranski 2017-12-30 14:16:28 +01:00 کامیت شده توسط GitHub
کامیت 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
```