Imported Upstream version 3.2.0
[platform/upstream/libwebsockets.git] / scripts / build-gcov.sh
1 #!/bin/sh
2
3 cmake .. -DLWS_WITH_GCOV=1 && \
4 make clean && \
5 rm -f `find . -name "*.gcno" -o -name "*.gcda"` && \
6 make -j16 && sudo make install