I'm developing on the Mac using xcode. I can compile and run mscore just fine (apparently), but when I try to run the tests (mtest) it does not work. The first curious thing that I see when I try to run a subset of the tests is the following:
********* Start testing of TestBiab ********* Config: Using QtTest library 5.4.0, Qt 5.4.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 6.0 (clang-600.0.54) (Apple)) QDEBUG : TestBiab::initTestCase() ChordList::read failed: </Users/jimka/MuseScore/build.xcode/mtest/biab/Resources/styles/chords_std.xml> I've checked and the directory /Users/jimka/MuseScore/build.xcode/mtest/biab/Resources does not exist. Should it? I've found two other directories of the same name. bash-3.2$ pwd /Users/jimka/MuseScore bash-3.2$ find * -type d -name Resources -print applebuild/mscore.app/Contents/Resources build.xcode/mscore/Debug/mscore.app/Contents/Resources bash-3.2$ find * -type f -name chords_std.xml -print applebuild/mscore.app/Contents/Resources/styles/chords_std.xml build.xcode/mscore/Debug/mscore.app/Contents/Resources/styles/chords_std.xml build.xcode/mtest/libmscore/styles/chords_std.xml build.xcode/mtest/styles/chords_std.xml share/styles/chords_std.xml bash-3.2$ I could of course just try to "copy -R applebuild/mscore.app/Contents/Resources /Users/jimka/MuseScore/build.xcode/mtest/biab" but I'm wondering whether something more fundamental might be wrong??? -- View this message in context: http://dev-list.musescore.org/running-tests-on-mac-via-xcode-tp7579199.html Sent from the MuseScore Developer mailing list archive at Nabble.com. ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
