Skip to content
Snippets Groups Projects
Commit 1b034925 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[+] Added information on the assembly and unit testing.

parent 8d407fb6
No related branches found
No related tags found
1 merge request!26Support 3689
......@@ -2,3 +2,14 @@
Python binding for libdap
[![Build Status](https://travis-ci.com/cellframe/libdap-python.svg?branch=master)](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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment