summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/windows_packaging/package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/windows_packaging/package.sh b/tools/windows_packaging/package.sh
index b950271e26..c097b73603 100755
--- a/tools/windows_packaging/package.sh
+++ b/tools/windows_packaging/package.sh
@@ -43,8 +43,8 @@ if test x$WITH_TESTS != x ; then
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