diff --git a/README.md b/README.md index 22d51fd196b3379f51c9bb498d152b813f32adfc..60b37469ab5c8efc7bad5b52764a693b0ce1c383 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,14 @@ Python binding for libdap [](https://travis-ci.com/cellframe/libdap-python) + +## Build and Run tests: +``` +git submodule update --init +mkdir build +cd build +cmake -DBUILD_DAP_PYTHON_TESTS=ON ../ +make +cd test +python3.7 main_test.py +```