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