diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-05-01 16:41:21 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-05-01 16:41:21 +1000 |
commit | 28699cf02b1812a8e8dcf018e8e799a404eff205 (patch) | |
tree | 60834bde799f96b432ec05b7934bda293f950161 /libc | |
parent | f0ebbc8318e64870a68d337e77b0257678c2b055 (diff) | |
download | skiboot-28699cf02b1812a8e8dcf018e8e799a404eff205.zip skiboot-28699cf02b1812a8e8dcf018e8e799a404eff205.tar.gz skiboot-28699cf02b1812a8e8dcf018e8e799a404eff205.tar.bz2 |
gcov: fix typo preventing libc coverage report
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'libc')
-rw-r--r-- | libc/test/Makefile.check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/test/Makefile.check b/libc/test/Makefile.check index 265c586..a668334 100644 --- a/libc/test/Makefile.check +++ b/libc/test/Makefile.check @@ -13,7 +13,7 @@ LCOV_EXCLUDE += $(LIBC_TEST:%=%.c) $(LIBC_DUALLIB_TEST:%=%.c) $(LIBC_DUALLIB_TES .PHONY : libc-check libc-coverage libc-check: $(LIBC_TEST:%=%-check) $(LIBC_DUALLIB_TEST:%=%-check) -lib-coverage: $(LIBC_TEST:%=%-gcov-run) $(LIBC_DUALLIB_TEST:%=%-gcov-run) +libc-coverage: $(LIBC_TEST:%=%-gcov-run) $(LIBC_DUALLIB_TEST:%=%-gcov-run) check: libc-check coverage: libc-coverage |