X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=a8f9a350cf16892c3d89c97d4aff20c235093301;hb=HEAD;hp=0b886838fdc563cc5d6b82469154172c6ab141c2;hpb=faf9fc79e58fa4ace9b0ef317b741afb2c1a8abe;p=ric-plt%2Fsdl.git diff --git a/README.md b/README.md index 0b88683..a8f9a35 100644 --- a/README.md +++ b/README.md @@ -203,8 +203,8 @@ a directory, what was defined by '--with-gcov-report-dir' configure option. In addition, graphical gcov front-ends such as lcov can be used for coverage analysis: - lcov --directory tst/ --directory src --capture --output-file coverage.info - genhtml coverage.info --output-directory out + lcov --directory tst/ --directory src --capture --output-file coverage.info + genhtml coverage.info --output-directory out Open the out/index.html using any web browser.