forked from qt-creator/qt-creator
Add another option to mark a test as manual and use this for some existing. Manual tests will not be added as a ctest, but they can still get executed explicitly. Beside this allow to use a condition when using add_qtc_test(). Change-Id: I03d5397db36c0a2c9ee506a4214ed68fae6ad6e7 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
21 lines
617 B
CMake
21 lines
617 B
CMake
# add_subdirectory(autotoolsprojectmanager)
|
|
# add_subdirectory(clang-format-for-qtc)
|
|
# add_subdirectory(cplusplus-tools)
|
|
# add_subdirectory(cppquickfix)
|
|
add_subdirectory(debugger)
|
|
# add_subdirectory(distribution)
|
|
# add_subdirectory(dockwidgets)
|
|
add_subdirectory(fakevim)
|
|
# add_subdirectory(features)
|
|
# add_subdirectory(filesystemview)
|
|
# add_subdirectory(genericproject)
|
|
add_subdirectory(pluginview)
|
|
add_subdirectory(process)
|
|
add_subdirectory(proparser)
|
|
# add_subdirectory(qml)
|
|
# add_subdirectory(qt4projectmanager)
|
|
# add_subdirectory(search)
|
|
add_subdirectory(shootout)
|
|
add_subdirectory(ssh)
|
|
add_subdirectory(widgets)
|