unlcok new windows tests

This commit is contained in:
Andrei Yankovich 2022-10-22 15:34:51 +03:00
parent cdd2825a16
commit 1886f59075

View File

@ -38,17 +38,17 @@ void QtTest::test() {
// test auto detection of detection qmake from PATH // test auto detection of detection qmake from PATH
runTestParams({"-bin", bin, "clear", "noCheckRPATH"}, &comapareTree); runTestParams({"-bin", bin, "clear", "noCheckRPATH"}, &comapareTree);
//#ifdef Q_OS_UNIX #ifdef Q_OS_UNIX
// // test auto detection of detection qmake from RPATH // test auto detection of detection qmake from RPATH
// runTestParams({"-bin", bin, "clear", "noCheckPATH"}, &comapareTree); runTestParams({"-bin", bin, "clear", "noCheckPATH"}, &comapareTree);
//#endif #endif
// comapareTree = TestModule.qtWithoutTr(); comapareTree = TestModule.qtWithoutTr();
// runTestParams({"-bin", bin, "clear" , runTestParams({"-bin", bin, "clear" ,
// "-qmake", qmake, "noTranslations"}, &comapareTree); "-qmake", qmake, "noTranslations"}, &comapareTree);
// comapareTree = TestModule.qmlLibs(); // comapareTree = TestModule.qmlLibs();