summaryrefslogtreecommitdiffstats
path: root/cmake/QtTestHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: qt_internal_add_test - fix BLACKLIST file handlingTim Blechmann2024-04-131-4/+4
* CMake: qt_internal_add_test - add BLACKLIST files to IDE projectsTim Blechmann2024-04-121-0/+5
* wasm: Make sure emrun.bat is used when running autotests on windowsEven Oscar Andersen2024-02-131-1/+5
* CMake: don't set TIMEOUT_SIGNAL_NAME for Android target on Windows hostAssam Boudjelthia2023-12-201-1/+1
* CMake:Android:Coin: prioritize timeout from COIN_COMMAND_OUTPUT_TIMEOUTAssam Boudjelthia2023-12-131-2/+7
* CMake: add spaces between sentences of BUNDLE_ANDROID_OPENSSL_LIBSAssam Boudjelthia2023-12-131-2/+2
* AndroidTestRunner: uninstall the test when interruptedAssam Boudjelthia2023-12-131-5/+13
* CMake: Compute dynamic timeout for androidtestrunnerAlexandru Croitor2023-11-301-1/+31
* Consider CMAKE_RUNTIME_OUTPUT_DIRECTORY in tests and benchmarksAlexey Edelev2023-11-221-3/+11
* Make qt-internal-configure-tests aware of Vcpkg's OpenSSL packagesAmir Masoud Abdol2023-10-261-10/+25
* CMake: Handle subdirectory test data installationAlexandru Croitor2023-09-201-7/+19
* wasm tests: Restore killing browser after each testPiotr Wierciński2023-09-191-1/+1
* CI: Enable some tests under corelib/thread for Wasm platformPiotr Wierciński2023-09-141-10/+29
* Android[openssl]: Check existence of OpenSSL .so file before useMårten Nordheim2023-07-061-3/+8
* Android: Downgrade OpenSSL configure error to warningVolker Hilsheimer2023-07-041-4/+5
* wasm: enable asyncify for batched tests onlyMorten Sørvig2023-06-211-2/+5
* Android:CMake: Add argument to bundle OpenSSL libs for internal testsAssam Boudjelthia2023-06-211-0/+10
* Fix an issue with passing NO_UNITY_BUILD_SOURCESAmir Masoud Abdol2023-03-151-1/+0
* Improve the internal handling of unity buildAmir Masoud Abdol2023-03-141-0/+5
* Skip also QML tests in submodules when batching is onMikolaj Boc2023-03-131-1/+1
* Do not batch standalone tests; add an option to batch themMikolaj Boc2023-03-131-8/+16
* Avoid error with test helper when test batch is missingMikolaj Boc2023-03-131-2/+2
* Make manual tests use the usual wasm_shell.htmlMikolaj Boc2023-03-071-0/+2
* Align qt_internal_add_manual_test with qt_internal_add_testAmir Masoud Abdol2023-02-281-107/+72
* Skip non-qtbase tests on CoinMikolaj Boc2023-02-241-9/+16
* Add some utilities for UNITY_BUILDAmir Masoud Abdol2023-02-081-2/+9
* Skip tests outside of qtbase on batching+superbuildMikolaj Boc2023-01-231-0/+40
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-181-8/+9
* Concatenate blacklist files for test batchMikolaj Boc2023-01-171-3/+22
* Kill the browser that CI on wasm opens for testingMikolaj Boc2023-01-121-0/+1
* Add Qt::Gui to batches unconditionallyMikolaj Boc2023-01-101-0/+5
* Only add defines for sources in batched targetMikolaj Boc2023-01-061-3/+1
* Only set the deprecation define once for test batchMikolaj Boc2023-01-061-4/+2
* wasm: Always use basic password-store=basic in testsDavid Skoland2022-12-161-0/+1
* CMake: make QT_SKIP_DOCKER_COMPOSE more discoverableAhmad Samir2022-12-091-1/+3
* Add a dummy target for tests that get batchedMikolaj Boc2022-12-011-0/+10
* CMake: add a way to skip trying to set up docker on LinuxThiago Macieira2022-11-281-0/+3
* wasm: Enable asyncify for testsDavid Skoland2022-11-241-0/+5
* wasm: Make Chrome default testing browserDavid Skoland2022-10-111-0/+2
* Use the js test runner for all tests on wasmMikolaj Boc2022-09-191-12/+15
* CMake: Fix _qt_is_test_executable assignment for testsAlexandru Croitor2022-09-171-1/+2
* Set target property _qt_is_test_executable on all testsMikolaj Boc2022-09-161-0/+1
* CMake: propagate deprecation definitions to unit-testsIvan Solovev2022-09-061-1/+20
* Add NO_EXCEPTIONS on WASM unconditionallyMikolaj Boc2022-09-021-1/+1
* Build in test data on WASMMikolaj Boc2022-09-011-1/+1
* Relay the batched test name to ctest commandline on all platformsMikolaj Boc2022-08-291-2/+26
* Make it possible to mark a test as non-batchableMikolaj Boc2022-08-261-2/+2
* Place test helpers in batched test output directory unless overriddenMikolaj Boc2022-08-261-1/+8
* Make qt_internal_test_batch_target_name publicly availableMikolaj Boc2022-08-251-7/+3
* Implement the batch_tests featureMikolaj Boc2022-08-241-52/+208