Files
qt-creator/tests/manual/fakevim/CMakeLists.txt
Christian Stenger 1652be1310 Tests: Provide some cmake files for manual tests
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>
2022-02-15 08:21:40 +00:00

16 lines
361 B
CMake

add_qtc_test(tst_manual_fakevim
MANUALTEST
DEPENDS Utils
INCLUDES "${PROJECT_SOURCE_PATH}/src/plugins/fakevim"
DEFINES FAKEVIM_STANDALONE
SOURCES
main.cpp
)
extend_qtc_test(tst_manual_fakevim
SOURCES_PREFIX "${PROJECT_SOURCE_DIR}/src/plugins/fakevim/"
SOURCES
fakevimactions.cpp fakevimactions.h
fakevimhandler.cpp fakevimhandler.h
)