aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2014-12-19 16:47:23 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2014-12-19 16:47:23 +1100
commit6716947c599ebca669f3f8078e7a594f5a40614f (patch)
tree9374e8f749d936745c180f4838b91da8f2fda8cb
parent6e99b04aef146654fb4c6577d2382ccd643b2b71 (diff)
downloadskiboot-6716947c599ebca669f3f8078e7a594f5a40614f.zip
skiboot-6716947c599ebca669f3f8078e7a594f5a40614f.tar.gz
skiboot-6716947c599ebca669f3f8078e7a594f5a40614f.tar.bz2
clean CORE_TEST_NOSTUB binaries
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--core/test/Makefile.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/test/Makefile.check b/core/test/Makefile.check
index dece0ee..03a6a8d 100644
--- a/core/test/Makefile.check
+++ b/core/test/Makefile.check
@@ -49,5 +49,6 @@ clean: core-test-clean
core-test-clean:
$(RM) -f core/test/*.[od] $(CORE_TEST) $(CORE_TEST:%=%-gcov)
+ $(RM) -f $(CORE_TEST_NOSTUB) $(CORE_TEST_NOSTUB:%=%-gcov)
$(RM) -f *.gcda *.gcno skiboot.info
$(RM) -rf coverage-report