Files
qt-creator/tests/auto/algorithm/algorithm.pro
Eike Ziller 61ab1382dc Add auto test for algorithms
The currently most interesting is Utils::transform.

Change-Id: Ic21ec098f15ae4564227a84d11ef95f57ac72d6c
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
2016-07-11 09:56:18 +00:00

6 lines
137 B
Prolog

QTC_LIB_DEPENDS = utils
include(../qttest.pri)
SOURCES += tst_algorithm.cpp
OTHER_FILES += $$IDE_SOURCE_TREE/src/libs/utils/algorithm.h