1
0
şunun yansıması https://github.com/quitesimpleorg/qsmaddy.git eşitlendi 2025-03-17 04:23:30 +01:00

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

fixed howto run tests
Bu işleme şunda yer alıyor:
Petra Baranski 2017-12-30 14:16:28 +01:00 işlemeyi yapan: GitHub
işleme 7963d90603
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23

Dosyayı Görüntüle

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