summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib.pro
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2010-11-24 15:03:33 +0100
committerJoão Abecasis <joao.abecasis@nokia.com>2010-11-24 16:30:01 +0100
commit535df2381d4f0e9cef9abab2c52db1ec93929e45 (patch)
tree988b039df186284e8260bb9424fc94270a3210bf /tests/auto/corelib.pro
parent5ea5d929144ddf334bf8f47cccec35ee7dcbb10c (diff)
Smoke test for QAbstractFileEngine
This tests the default file support provided by Qt, together with QFSFileEngine, QResource engine and a reference custom file engine that works on top of a simple virtual in-memory file system. For now, the test is only focusing on QFile I/O functionality, it should be extended to cover QFileInfo, QDir, QDirIterator and file system operations in QFile. The intent for the reference file engine is not to be a fully functional file system, but to ensure that minimal support for custom file engines is working. Reviewed-by: Shane Kearns
Diffstat (limited to 'tests/auto/corelib.pro')
-rw-r--r--tests/auto/corelib.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib.pro b/tests/auto/corelib.pro
index 5ac0c81c65..3451b5312c 100644
--- a/tests/auto/corelib.pro
+++ b/tests/auto/corelib.pro
@@ -102,6 +102,7 @@ SUBDIRS=\
selftests \
utf8 \
qfilesystementry \
+ qabstractfileengine
symbian:SUBDIRS -= \
qtconcurrentfilter \