summaryrefslogtreecommitdiff
path: root/buildtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildtest.sh')
-rwxr-xr-xbuildtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtest.sh b/buildtest.sh
index c9dd323f..de638f56 100755
--- a/buildtest.sh
+++ b/buildtest.sh
@@ -85,6 +85,7 @@ for cfg in ${CONFIGS:-$defconfigs}; do
cd "$bdir"
../sdist/configure $args
make -j5
+ make check
make DESTDIR="$TEMP/inst_$cfg" install
cd ..
done