tests: Add OS X test sript

This commit is contained in:
Tomas Babej 2019-01-01 11:04:24 -05:00 committed by Paul Beckingham
parent e850823809
commit d748650691

17
test/scripts/test_osx.sh Normal file
View file

@ -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