X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=tools%2Fwindows_packaging%2Fpackage.sh;h=c097b73603bf5470d7e427445ef6699ccd9bdbce;hb=aefa63aaa6080da53381fd3f03d3afab2cfeed45;hp=fda26e2f5e1fbc9175d2743fa0f3f02a0e91f55e;hpb=23e7cf10191270d70357ccf0ed9294f020c7b7ab;p=ardour.git diff --git a/tools/windows_packaging/package.sh b/tools/windows_packaging/package.sh index fda26e2f5e..c097b73603 100755 --- a/tools/windows_packaging/package.sh +++ b/tools/windows_packaging/package.sh @@ -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