summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2014-12-01 21:44:42 +0700
committerTim Mayberry <mojofunk@gmail.com>2014-12-03 17:31:04 +0700
commit677f4d24afba54d24a855905513c7daf401417b5 (patch)
tree11598f82f1bba6d26dde5a4f275dc2803cd2b609 /tools
parente0d8d3f3d3d70ff284830181ec498221be4977db (diff)
Add midi++2 unit tests to the Fedora based mingw build
Diffstat (limited to 'tools')
-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