Files
qt-creator/tests/auto/sdktool/CMakeLists.txt
Marcus Tillmanns c246caf7a9 sdktool: Change tests to use QTest
* Moved all sdktool code into a static library, allowing us to link against the actual functionality in unittests
* Convert all tests to proper unittests

Change-Id: I5c93be0faecbd8b68e0923655483c870a2f408b5
Reviewed-by: hjk <hjk@qt.io>
2022-04-04 14:27:46 +00:00

7 lines
182 B
CMake

qtc_output_binary_dir(_output_binary_dir)
add_qtc_test(tst_sdktool
DEPENDS sdktoolLib
DEFINES SDKTOOL_DIR="${_output_binary_dir}/${IDE_LIBEXEC_PATH}"
SOURCES tst_sdktool.cpp
)