diff options
-rwxr-xr-x | testdist.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testdist.sh b/testdist.sh index c7c6bfc..7e55f78 100755 --- a/testdist.sh +++ b/testdist.sh @@ -22,7 +22,9 @@ make dist && ( tar xvzf ../drumgizmo-$VER.tar.gz cd drumgizmo-$VER ./configure --enable-lv2 --enable-cli --enable-vst \ - --with-vst-sources="$VST_BASE" --prefix=/usr + --with-vst-sources="$VST_BASE" --prefix=/usr \ + --with-test make DESTDIR=$PWD/tst/install make install + make check ) |