From e0479ea3c479547c093ade9f675e5a0a652e8a34 Mon Sep 17 00:00:00 2001 From: Alasdair Armstrong Date: Wed, 26 Dec 2018 15:24:55 +0000 Subject: Add makefile target for building with Bisect coverage --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40040a11..6ce13857 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,10 @@ isail: $(MAKE) -C src isail ln -f -s src/isail.native sail +coverage: + $(MAKE) -C src coverage + ln -f -s src/isail.native sail + install: if [ -z "$(SHARE_DIR)" ]; then echo SHARE_DIR is unset; false; fi mkdir -p $(INSTALL_DIR)/bin -- cgit v1.2.3