extend regression tests

run distcheck rather than just dist, cmake tests
This commit is contained in:
Brent Cook 2015-09-17 05:05:53 -05:00
parent 9606a6b5e9
commit 53eacb360e

View File

@ -6,7 +6,7 @@ set -e
if [ "x$ARCH" = "xnative" ]; then if [ "x$ARCH" = "xnative" ]; then
# test autotools # test autotools
./configure ./configure
make -j 4 check make -j 4 distcheck
# make distribution # make distribution
make dist make dist
@ -27,6 +27,7 @@ if [ "x$ARCH" = "xnative" ]; then
sudo apt-get install -y cmake ninja-build sudo apt-get install -y cmake ninja-build
cmake -GNinja .. cmake -GNinja ..
ninja ninja
ninja test
fi fi
else else
CPU=i686 CPU=i686