From 40d5b7cbab275875d3c1133f4e713b4dd22018ff Mon Sep 17 00:00:00 2001 From: Trevor Bentley Date: Tue, 14 Nov 2017 11:34:07 +0100 Subject: [PATCH] Install 'check' package in build script. --- build-and-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-and-test.sh b/build-and-test.sh index 29bd589..8f574d7 100755 --- a/build-and-test.sh +++ b/build-and-test.sh @@ -32,7 +32,7 @@ if [ "x$TRAVIS_OS_NAME" != "xosx" ]; then sudo apt-get update -qq sudo apt-get remove -qq -y $REMOVE sudo apt-get autoremove -qq - sudo apt-get install -qq -y gengetopt help2man $EXTRA + sudo apt-get install -qq -y gengetopt help2man check $EXTRA TAR=tar else ARCH=osx @@ -40,6 +40,7 @@ else brew uninstall libtool brew install libtool brew install help2man + brew install check brew install pkg-config brew install gengetopt brew install gnu-tar