summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/tst_qmake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmake/tst_qmake.cpp')
-rw-r--r--tests/auto/tools/qmake/tst_qmake.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/tools/qmake/tst_qmake.cpp b/tests/auto/tools/qmake/tst_qmake.cpp
index 6e2eb316b9..fbecb7db96 100644
--- a/tests/auto/tools/qmake/tst_qmake.cpp
+++ b/tests/auto/tools/qmake/tst_qmake.cpp
@@ -92,6 +92,7 @@ private slots:
void includefunction();
void substitutes();
void project();
+ void proFileCache();
private:
TestCompiler test_compiler;
@@ -546,5 +547,11 @@ void tst_qmake::project()
QVERIFY( test_compiler.removeProject( workDir, "project" ));
}
+void tst_qmake::proFileCache()
+{
+ QString workDir = base_path + "/testdata/pro_file_cache";
+ QVERIFY( test_compiler.qmake( workDir, "pro_file_cache" ));
+}
+
QTEST_MAIN(tst_qmake)
#include "tst_qmake.moc"