diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2010-02-08 14:01:08 +0100 |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2010-02-08 16:03:39 +0100 |
commit | 020830966e08239854ac207ec28663a80c6e0647 (patch) | |
tree | 38cec073cf32745aefac3803d1e0859f32d3c74d /tests/tests.pro | |
parent | 43a9c48554579d76e1f1267fbd70f488f22fd408 (diff) | |
download | qt4-tools-020830966e08239854ac207ec28663a80c6e0647.tar.gz |
Restructure tests/benchmarks directory.
We follow the same structure as used in the src directory. This makes it
easier to navigate through the jungel, especially now that we are going
to add functional tests etc.
Diffstat (limited to 'tests/tests.pro')
-rw-r--r-- | tests/tests.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tests.pro b/tests/tests.pro index 7fbc8a9400..75ca12094f 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,2 +1,3 @@ TEMPLATE = subdirs -SUBDIRS = auto +SUBDIRS = auto \ + benchmarks |