diff options
author | Jedrzej Nowacki <jedrzej.nowacki@nokia.com> | 2010-10-29 11:32:57 (GMT) |
---|---|---|
committer | Jedrzej Nowacki <jedrzej.nowacki@nokia.com> | 2010-11-01 07:57:38 (GMT) |
commit | 1a11073cb13b655943addf0afc7fb839725d128e (patch) | |
tree | c955d1fa2b008734c5a88a58c13804b4f5a4369f /tests/auto/script.pro | |
parent | 3ecb6db4a3e71582e5249c3c2101f2f4ddf39510 (diff) | |
download | Qt-1a11073cb13b655943addf0afc7fb839725d128e.zip Qt-1a11073cb13b655943addf0afc7fb839725d128e.tar.gz Qt-1a11073cb13b655943addf0afc7fb839725d128e.tar.bz2 |
Separate generated tests from hand written ones.
QScriptValue test suit was way too big, so it was difficult to maintain.
Reviewed-by: Kent Hansen
Diffstat (limited to 'tests/auto/script.pro')
-rw-r--r-- | tests/auto/script.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/script.pro b/tests/auto/script.pro index 420bd74..c4d0544 100644 --- a/tests/auto/script.pro +++ b/tests/auto/script.pro @@ -13,5 +13,6 @@ SUBDIRS=\ qscriptstring \ qscriptv8testsuite \ qscriptvalue \ + qscriptvaluegenerated \ qscriptvalueiterator \ |