summaryrefslogtreecommitdiff
path: root/tools/windows_packaging
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2014-12-02 12:21:28 +0700
committerTim Mayberry <mojofunk@gmail.com>2014-12-03 17:31:05 +0700
commit80d4142c18268845cc77451c0a1521f0bad053f3 (patch)
tree603891b4f9ea22b90eb4895c5e7b4ebdb9a587a6 /tools/windows_packaging
parent677f4d24afba54d24a855905513c7daf401417b5 (diff)
Copy evoral test files to correct location Fedora mingw bundle
Diffstat (limited to 'tools/windows_packaging')
-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