summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptextensionplugin/test
Commit message (Collapse)AuthorAgeFilesLines
* tests: allow unstable tests to be marked with CONFIG+=insignificant_testSergio Ahumada2012-02-071-0/+1
| | | | | | | | | | Marking a test with CONFIG+=insignificant_test will cause the exit code of the test to be discarded during `make check'. This is intended to be used for tests which are valuable to run, but are known to be unstable and are not feasible to immediately fix. Change-Id: Ie3afe664e3a91c2d1f9ca03c2f39f8f9c5aa6edc Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Symbian: Fix qscriptextensionplugin autotestMiikka Heikkinen2011-12-211-1/+8
| | | | | | | | | | - Linking of static library needed to be explicitly stated in Symbian. - Plugin deployment was added. - Had to rename the simpleplugin in Symbian builds as the name was too generic and was causing conflict in /sys/bin. Task-number: ou1cimx1#956851 Reviewed-by: mread
* Add autotest for QScriptExtensionPluginKent Hansen2010-10-291-0/+18
It's only about four years overdue.