Skip to content

Commit

Permalink
tests: rename coverage report file for lib to 'lib.info'
Browse files Browse the repository at this point in the history
That should not be 'sheep.info'.

Signed-off-by: Takashi Menjo <menjo.takashi@lab.ntt.co.jp>
  • Loading branch information
tmenjo committed Oct 20, 2016
1 parent ed68f7e commit 5c57290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/lib/Makefile.am
Expand Up @@ -36,7 +36,7 @@ test_atomic_create_and_write_SOURCES = \
../cmock/src/cmock.c ../unity/src/unity.c

clean-local:
rm -f ${check_PROGRAMS} *.o sheep.info
rm -f ${check_PROGRAMS} *.o lib.info

coverage:
@lcov -d . -c -o sheep.info
@lcov -d . -c -o lib.info

0 comments on commit 5c57290

Please sign in to comment.