This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
d65ef60ea24a25e636f5a51b51192abbc883da12
qt-creator
/
tests
/
CMakeLists.txt
5 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
Qt Creator CMake port Based on Tobias Hunger's work from a few months ago. The CMake configuration needs libclang and Qt paths specified as CMAKE_PREFIX_PATH. Auto tests are run with "ctest". At the moment the pass rate is 87%. Change-Id: Iba98e39bf22077d52706dce6c85986be67a6eab0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2019-05-12 22:20:56 +02:00
add_subdirectory
(
auto
)
CMake build system: Add manual tests With tst_manual_widgets_crumblepath as first candidate. Change-Id: If66b53a459865903b2028966ac2d6d9357356aed Reviewed-by: Cristian Adam <cristian.adam@qt.io>
2019-12-13 18:04:19 +01:00
add_subdirectory
(
manual
)
Qt Creator CMake port Based on Tobias Hunger's work from a few months ago. The CMake configuration needs libclang and Qt paths specified as CMAKE_PREFIX_PATH. Auto tests are run with "ctest". At the moment the pass rate is 87%. Change-Id: Iba98e39bf22077d52706dce6c85986be67a6eab0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2019-05-12 22:20:56 +02:00
# add_subdirectory(tools)
UnitTests: Re-enable CMake unittests Ammeds 327bec26bfa25a06f511eb361e65567086df29a7 Change-Id: I34b62532da424b3b4fb0290049150f6ba444283b Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2020-07-23 17:10:54 +02:00
add_subdirectory
(
unit
)
Copy Permalink