summaryrefslogtreecommitdiff
path: root/tests/auto/shared/util.pri
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-08-08 10:24:25 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-09 15:07:40 +0200
commitc07a9fe847f536d1090c6876ed516baa8607b786 (patch)
treeb93b26269148f97493edfda466751e260924435d /tests/auto/shared/util.pri
parent973f54fc75e8dd3ddc132942be55f9d5fabde19c (diff)
downloadqtscript-c07a9fe847f536d1090c6876ed516baa8607b786.tar.gz
Move test helper function to separate header file
Makes it possible to use the collectGarbage_helper function in other autotests too (e.g., tst_qscriptextqobject). Change-Id: I4fefa36aba13ebf9f931f0e2b90d7ddbc0036a6c Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/shared/util.pri')
-rw-r--r--tests/auto/shared/util.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/shared/util.pri b/tests/auto/shared/util.pri
new file mode 100644
index 0000000..9e659b4
--- /dev/null
+++ b/tests/auto/shared/util.pri
@@ -0,0 +1 @@
+HEADERS += $$PWD/util.h