aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/utils/mathutils/mathutils.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/utils/mathutils/mathutils.qbs')
-rw-r--r--tests/auto/utils/mathutils/mathutils.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/utils/mathutils/mathutils.qbs b/tests/auto/utils/mathutils/mathutils.qbs
new file mode 100644
index 0000000000..36fa42ffc4
--- /dev/null
+++ b/tests/auto/utils/mathutils/mathutils.qbs
@@ -0,0 +1,7 @@
+import qbs
+
+QtcAutotest {
+ name: "MathUtils autotest"
+ Depends { name: "Utils" }
+ files: "tst_mathutils.cpp"
+}