From: Uwe Hermann Date: Tue, 23 Sep 2014 14:10:37 +0000 (+0200) Subject: sigrok-cross-linux: Run sr/srd unit tests. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=7facd6cf6456b9f684415502a62db036fdfcdcd8 sigrok-cross-linux: Run sr/srd unit tests. --- diff --git a/cross-compile/linux/sigrok-cross-linux b/cross-compile/linux/sigrok-cross-linux index c7a79c4..8dd770d 100755 --- a/cross-compile/linux/sigrok-cross-linux +++ b/cross-compile/linux/sigrok-cross-linux @@ -76,6 +76,7 @@ cd build PKG_CONFIG_PATH=$P ../configure $C make $PARALLEL PYTHONPATH=$PYPATH make install +make check cd ../.. # libsigrokdecode @@ -87,6 +88,7 @@ cd build PKG_CONFIG_PATH=$P ../configure $C make $PARALLEL make install +make check cd ../.. # sigrok-firmware