From 7947032e2d1d68b2c0f79874db7adcf560851f29 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 12 Aug 2019 13:55:40 +0200 Subject: Regenerate coreliob/io tests With a few special cases to make the tests pass. Biggest one is the qlockfile_test_helper. Also a few tests have some problems and have not been ported yet: qfileselector, qresourceengine, qprocess. Change-Id: I91a5210b13e7a0697774d909449a71f46af0a0ba Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann --- tests/auto/corelib/io/qfileinfo/CMakeLists.txt | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'tests/auto/corelib/io/qfileinfo/CMakeLists.txt') diff --git a/tests/auto/corelib/io/qfileinfo/CMakeLists.txt b/tests/auto/corelib/io/qfileinfo/CMakeLists.txt index 58ef56d31e..d786378b61 100644 --- a/tests/auto/corelib/io/qfileinfo/CMakeLists.txt +++ b/tests/auto/corelib/io/qfileinfo/CMakeLists.txt @@ -5,6 +5,7 @@ ##################################################################### add_qt_test(tst_qfileinfo + GUI SOURCES tst_qfileinfo.cpp LIBRARIES @@ -12,17 +13,22 @@ add_qt_test(tst_qfileinfo ) # Resources: -add_qt_resource(tst_qfileinfo "qfileinfo" PREFIX "/tst_qfileinfo/" FILES - resources/) -add_qt_resource(tst_qfileinfo "testdata" PREFIX "/testdata" FILES - resources/file1 - resources/file1.ext1 - resources/file1.ext1.ext2 - tst_qfileinfo.cpp) - +add_qt_resource(tst_qfileinfo "qfileinfo" + PREFIX + "/tst_qfileinfo/" + FILES + "resources/" +) +add_qt_resource(tst_qfileinfo "testdata" + PREFIX + "/testdata" + FILES + "resources/file1" + "resources/file1.ext1" + "resources/file1.ext1.ext2" + "tst_qfileinfo.cpp" +) -#### Keys ignored in scope 1:.:.:qfileinfo.pro:: -# CONFIG = "testcase" ## Scopes: ##################################################################### -- cgit v1.2.3