Rev 10182 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10182 | Rev 10183 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #! /bin/sh |
1 | #! /bin/sh |
2 | 2 | ||
3 |
|
3 | wimstest/test.sh |
4 |
|
4 | lcov --capture --directory src --output-file coverage.info |
5 |
|
5 | genhtml coverage.info --output-directory gcovout |
6 | - | ||
7 | ### open gcovout/index.html |
- | |
8 | 6 | ||
9 | test=`xdg-open 2>/dev/null` |
7 | test=`xdg-open 2>/dev/null` |
10 | if [ "$test" ]; then |
8 | if [ "$test" ]; then |
11 | xdg-open gcovout/index.html ; |
9 | xdg-open gcovout/index.html ; |
12 | exit |
10 | exit |