aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/export-with-recursive-depends
Commit message (Collapse)AuthorAgeFilesLines
* Give test project files consistent file namesJoerg Bornemann2017-02-231-0/+0
| | | | | | | | Having multiple project files named just "project.qbs" makes switching buffers harder in IDEs. Change-Id: I847c869292815cc534f903664eb01768f73286b1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Update license headersIikka Eklund2016-08-292-0/+56
| | | | | | | | | | Patch-set 2 includes *.cpp *.c Every source file needs to have up-to-date license headers in order to pass ci. Change-Id: Ie6e493097af6f7dd6a8adff170eb856f496e689e Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2015-01-203-1/+0
| | | | | | | | | | | | | | | Conflicts: src/lib/corelib/language/projectresolver.cpp src/lib/corelib/language/projectresolver.h tests/auto/api/testdata/export-with-recursive-depends/qbs/modules/module1/module1.qbs tests/auto/api/testdata/export-with-recursive-depends/qbs/modules/module2/module2.qbs tests/auto/blackbox/testdata/exportWithRecursiveDepends/modules/module1/module1.qbs tests/auto/blackbox/testdata/exportWithRecursiveDepends/modules/module2/module2.qbs tests/auto/blackbox/testdata/exportWithRecursiveDepends/qbs/modules/module1/module1.qbs tests/auto/blackbox/testdata/exportWithRecursiveDepends/qbs/modules/module2/module2.qbs tests/auto/blackbox/tst_blackbox.cpp Change-Id: I8d0acb4fb9b89ee1f1ffeaefdc572b21758f1a1e
* Turn some blackbox tests into API tests.Christian Kandeler2014-08-145-0/+34
Different test executables can run in parallel, whereas the functions within one test executable cannot. This means that tst_blackbox is currently a bottleneck, as it takes an order of magnitude longer than all other tests combined. We therefore turn a number of blackbox tests into API tests (most tests work equally well in either). The run-time of these two test executables is now about the same, and as a result, the time it takes to run "make check" has almost halved. Change-Id: I55ef43a60588f86a8438bdecb7795aca0880efd0 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>