Explorar o código

Makefile: fail on scan-build failure

Kosma Moczek %!s(int64=3) %!d(string=hai) anos
pai
achega
43ac660db6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -18,7 +18,7 @@ test: tests
 
 scan-build: clean
 	@echo "+++ Running Clang Static Analyzer..."
-	scan-build $(MAKE) tests
+	scan-build --status-bugs --keep-going $(MAKE) tests
 
 clean:
 	$(RM) tests example *.o