Print a terminal coverage report when running tests
[ric-plt/a1.git] / install_deps.sh
1 #!/bin/sh
2 git clone https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
3     && cd rmr \
4     && mkdir .build; cd .build; cmake .. -DPACK_EXTERNALS=1; sudo make install \
5     && cd ../.. \
6     && rm -rf rmr