summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-07-29 11:37:11 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-07-29 15:04:19 +0200
commit071fc289c407d2cbdcf6fc66504d6ad536ad9216 (patch)
tree1ae5178a1d67f4ef4a6d95e6c12c0dde7f7bf548 /tests
parent2b781fd678c9d462a07173294da9f313c50b2ae4 (diff)
Re-enable tst_qrhi on Linux
Not sure why this was disabled in the first place. Change-Id: I66329b55fd46d03fd96818c6c7004718ddea5c79 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/gui/rhi/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/auto/gui/rhi/CMakeLists.txt b/tests/auto/gui/rhi/CMakeLists.txt
index fa069e39b8..786e121f00 100644
--- a/tests/auto/gui/rhi/CMakeLists.txt
+++ b/tests/auto/gui/rhi/CMakeLists.txt
@@ -1,9 +1,4 @@
# Generated from rhi.pro.
add_subdirectory(qshader)
-# special case begin
-# QTBUG-85364
-if(NOT LINUX)
- add_subdirectory(qrhi)
-endif()
-# special case end
+add_subdirectory(qrhi)