diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-16 19:56:39 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-16 19:56:39 +0100 |
commit | bc7cb796ad478903063e23ce970b5af2de7e7f86 (patch) | |
tree | 6bad00cebf8917e98239de7bc1ccdf2033833661 /testdist.sh | |
parent | c0970d1a50356237498e31d1792ee346cf662cba (diff) |
Include unit tests when testing pre-release dist file.
Diffstat (limited to 'testdist.sh')
-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 ) |