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
005e7aa54de0932323e44f752a4b51a421d0dc7d
qt-creator
/
tests
/
CMakeLists.txt
5 lines
99 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
)
# add_subdirectory(manual)
# add_subdirectory(tools)
CMake build: Add unittest CMake build files On MinGW 8.1 I get the following after running ctest -j 40 99% tests passed, 35 tests failed out of 2631 Change-Id: I2c3ce7940b036e52ef393feab5837886355e7b5a Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
2019-05-29 14:55:17 +02:00
add_subdirectory
(
unit
)
Copy Permalink