From d748650691ff20c915f8e8153cc7dc12a84dc57c Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 1 Jan 2019 11:04:24 -0500 Subject: [PATCH] tests: Add OS X test sript --- test/scripts/test_osx.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/scripts/test_osx.sh diff --git a/test/scripts/test_osx.sh b/test/scripts/test_osx.sh new file mode 100644 index 000000000..9b6e46e65 --- /dev/null +++ b/test/scripts/test_osx.sh @@ -0,0 +1,17 @@ +set +x + +brew install gnutls +brew install cmake +git clean -dfx +git submodule init +git submodule update +cmake -DCMAKE_BUILD_TYPE=debug . +make -j2 +make install +task --version + +pushd test +make +./run_all +cat all.log | grep 'not ok' +./problems