From 42ff2434001d07dfad2cb43cf63a0ed562b5933d Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sun, 3 Feb 2019 14:58:23 +0100 Subject: [PATCH] Add `make brew-test` --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ffd5c0a..e2ab3cd1 100644 --- a/Makefile +++ b/Makefile @@ -144,5 +144,11 @@ pdf: ############################################################################### -homebrew-formula-vars: +brew-vars: extras/get-homebrew-formula-vars.py + +brew-test: + - brew uninstall httpie + brew install --build-from-source ./extras/httpie.rb + brew test httpie + brew audit --strict httpie