Include test suite in static analysis

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2015-06-11 01:17:37 -04:00
parent 10dd74c016
commit a2a34ef57f
+2 -2
View File
@@ -36,8 +36,8 @@ cppcheck: $(BUILT_SOURCES) config.h
cov-build: $(BUILT_SOURCES) config.h
$(MAKE) clean && rm -rf cov-int && \
cov-build --dir cov-int $(MAKE) && \
cov-build --dir cov-int $(MAKE) check && \
tar -caf mosh-coverity.txz cov-int
scan-build: $(BUILT_SOURCES) config.h
$(MAKE) clean && $(CLANG_SCAN_BUILD) $(MAKE)
$(MAKE) clean && $(CLANG_SCAN_BUILD) $(MAKE) check