diff options
author | João Abecasis <joao.abecasis@nokia.com> | 2010-11-24 14:03:33 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2010-11-24 15:30:01 (GMT) |
commit | 535df2381d4f0e9cef9abab2c52db1ec93929e45 (patch) | |
tree | 988b039df186284e8260bb9424fc94270a3210bf /tests/auto/corelib.pro | |
parent | 5ea5d929144ddf334bf8f47cccec35ee7dcbb10c (diff) | |
download | Qt-535df2381d4f0e9cef9abab2c52db1ec93929e45.zip Qt-535df2381d4f0e9cef9abab2c52db1ec93929e45.tar.gz Qt-535df2381d4f0e9cef9abab2c52db1ec93929e45.tar.bz2 |
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.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib.pro b/tests/auto/corelib.pro index 5ac0c81..3451b53 100644 --- a/tests/auto/corelib.pro +++ b/tests/auto/corelib.pro @@ -102,6 +102,7 @@ SUBDIRS=\ selftests \ utf8 \ qfilesystementry \ + qabstractfileengine symbian:SUBDIRS -= \ qtconcurrentfilter \ |