forked from qt-creator/qt-creator
Add auto test for algorithms
The currently most interesting is Utils::transform. Change-Id: Ic21ec098f15ae4564227a84d11ef95f57ac72d6c Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import qbs
|
||||
|
||||
QtcAutotest {
|
||||
name: "Algorithm autotest"
|
||||
Depends { name: "Utils" }
|
||||
|
||||
files: [
|
||||
"tst_algorithm.cpp",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user