diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2010-02-02 17:01:09 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2010-02-02 17:01:09 (GMT) |
commit | 335284df68b726bda40094c866c53547c13423d2 (patch) | |
tree | 4d15f9774d7dd4f9075ac59908c7bcd06ee8be1b /tests/auto/qscriptvalue/qscriptvalue.pro | |
parent | bcd979230af769b49a1e3fdb1c9e1103ce2348de (diff) | |
download | Qt-335284df68b726bda40094c866c53547c13423d2.zip Qt-335284df68b726bda40094c866c53547c13423d2.tar.gz Qt-335284df68b726bda40094c866c53547c13423d2.tar.bz2 |
Add auto-generated tests for QScriptValue
tst_qscriptvalue_generated.cpp was generated by Jedrzej's generator
(see testgen subdirectory).
The idea is that the old isXXX and toXXX tests will be replaced entirely
by the auto-generated versions, but we keep them for now (with "_old"
suffix) until we are sure that the auto-generated versions cover everything.
Diffstat (limited to 'tests/auto/qscriptvalue/qscriptvalue.pro')
-rw-r--r-- | tests/auto/qscriptvalue/qscriptvalue.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qscriptvalue/qscriptvalue.pro b/tests/auto/qscriptvalue/qscriptvalue.pro index 9efde80..1588cc5 100644 --- a/tests/auto/qscriptvalue/qscriptvalue.pro +++ b/tests/auto/qscriptvalue/qscriptvalue.pro @@ -1,5 +1,7 @@ load(qttest_p4) QT = core gui script SOURCES += tst_qscriptvalue.cpp +HEADERS += tst_qscriptvalue.h - +# Generated by testgen +SOURCES += tst_qscriptvalue_generated.cpp |