1
0
Derivar 0

fixed howto run tests

has to be called before
Este cometimento está contido em:
M. Petra Baranski 2017-12-30 14:09:42 +01:00
ascendente d300d3a92a
cometimento 663acbb0ea
1 ficheiros modificados com 1 adições e 0 eliminações

Ver ficheiro

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