Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: allow unstable tests to be marked with CONFIG+=insignificant_test | Rohan McGovern | 2011-11-15 | 1 | -0/+4 |
| | | | | | | | | | | | 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. Reviewed-by: Jason McDonald Change-Id: I50a712c33c2ebb0af39f1ea0bf2adef7f0936425 (cherry picked from commit b0a5a988900b777cb08012408eb108512a3e873b) | ||||
* | Fixed unescaped backslashes in testcase.prf | Rohan McGovern | 2010-06-04 | 1 | -2/+2 |
| | |||||
* | Fix `make check' for debug-and-release on Windows. | Rohan McGovern | 2010-06-02 | 1 | -2/+16 |
| | |||||
* | Move `check' target for autotests into testcase.prf | Rohan McGovern | 2010-06-02 | 1 | -0/+51 |
testcase.prf is installed, thus allowing `make check' to work outside of the Qt source tree. |