diff options
Diffstat (limited to 'buildtest.sh')
-rwxr-xr-x | buildtest.sh | 1 |
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 |