summaryrefslogtreecommitdiff
path: root/tools/windows_packaging
diff options
context:
space:
mode:
Diffstat (limited to 'tools/windows_packaging')
-rwxr-xr-xtools/windows_packaging/package.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/windows_packaging/package.sh b/tools/windows_packaging/package.sh
index fda26e2f5e..b950271e26 100755
--- a/tools/windows_packaging/package.sh
+++ b/tools/windows_packaging/package.sh
@@ -40,6 +40,8 @@ if test x$WITH_TESTS != x ; then
cp $BUILD_DIR/libs/pbd/run-tests.exe $PACKAGE_DIR/pbd-run-tests.exe
cp -r $BASE/libs/pbd/test $PACKAGE_DIR/pbd_testdata
+ cp $BUILD_DIR/libs/midi++2/run-tests.exe $PACKAGE_DIR/midipp-run-tests.exe
+
cp $BUILD_DIR/libs/evoral/run-tests.exe $PACKAGE_DIR/evoral-run-tests.exe
mkdir -p $PACKAGE_DIR/test/testdata
cp -r $BASE/libs/evoral/test/testdata/TakeFive.mid $PACKAGE_DIR/test/testdata