Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gsupplicant] Set title for the coverage report
  • Loading branch information
monich committed Mar 22, 2017
1 parent 758a561 commit ac79e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coverage/run
Expand Up @@ -37,4 +37,4 @@ LIB_COV="$COV_DIR/lib.gcov"
rm -f "$FULL_COV" "$LIB_COV"
lcov $LCOV_OPT -c -d "$LD_LIBRARY_PATH" -b "$BASE_DIR" -o "$FULL_COV" || exit 1
lcov $LCOV_OPT -e "$FULL_COV" "$BASE_DIR/src/*" -o "$LIB_COV" || exit 1
genhtml $GENHTML_OPT "$LIB_COV" --output-directory "$COV_DIR/results" || exit 1
genhtml $GENHTML_OPT -t gsupplicant "$LIB_COV" --output-directory "$COV_DIR/results" || exit 1

0 comments on commit ac79e88

Please sign in to comment.