Files
qt-creator/tests/auto/utils/filepath/CMakeLists.txt
Marcus Tillmanns d5a9e28a96 Utils: Add tst_filepath
Moves all tests that are applicable only to FilePath over from
tst_fileutils.

Change-Id: Ic331e1470a7479ee2f8ba38baec84124982a000a
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2023-02-24 09:45:56 +00:00

5 lines
77 B
CMake

add_qtc_test(tst_utils_filepath
DEPENDS Utils
SOURCES tst_filepath.cpp
)