mackie: radically shrink down the profile editor
[ardour.git] / tools / windows_packaging / package.sh
index fda26e2f5e1fbc9175d2743fa0f3f02a0e91f55e..c097b73603bf5470d7e427445ef6699ccd9bdbce 100755 (executable)
@@ -40,9 +40,11 @@ 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
+       mkdir -p $PACKAGE_DIR/evoral_testdata
+       cp -r $BASE/libs/evoral/test/testdata/* $PACKAGE_DIR/evoral_testdata
 
        cp -r $BASE/libs/ardour/test/data $PACKAGE_DIR/ardour_testdata
 fi