From bc7cb796ad478903063e23ce970b5af2de7e7f86 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 16 Jan 2017 19:56:39 +0100 Subject: Include unit tests when testing pre-release dist file. --- testdist.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testdist.sh') 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 ) -- cgit v1.2.3