summaryrefslogtreecommitdiffstats
path: root/src/testlib/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/configure.json')
-rw-r--r--src/testlib/configure.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/testlib/configure.json b/src/testlib/configure.json
deleted file mode 100644
index 726f614ee5..0000000000
--- a/src/testlib/configure.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "module": "testlib",
- "depends": [
- "core"
- ],
-
- "features": {
- "testlib_selfcover": {
- "label": "Coverage testing of testlib itself",
- "purpose": "Gauges how thoroughly testlib's selftest exercises testlib's code",
- "autoDetect": false,
- "output": [ "publicFeature" ]
- },
- "itemmodeltester": {
- "label": "Tester for item models",
- "purpose": "Provides a utility to test item models.",
- "condition": "features.itemmodel",
- "output": [ "publicFeature" ]
- },
- "valgrind": {
- "label": "Valgrind",
- "purpose": "Profiling support with callgrind.",
- "condition": "(config.linux || config.darwin) && features.process && features.regularexpression",
- "output": [ "publicFeature" ]
- }
- },
-
- "summary": [
- {
- "section": "Qt Testlib",
- "entries": [ "itemmodeltester" ]
- }
- ]
-}