aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorMike McQuaid <mike@mikemcquaid.com>2011-03-04 12:15:18 +0100
committerhjk <qtc-committer@nokia.com>2011-03-04 12:33:30 +0100
commit3b703588faacbf4ff2e963f6cb6839ece94a90b3 (patch)
treece61496db5f16a9c37d224dbfd3a8e555fb43d41 /tests/tests.pro
parentbbd60cacda707c17c6f3b9c4e4b390ad85743a92 (diff)
Add libvalgrind tests.
Merge-request: 260 Reviewed-by: hjk <qtc-committer@nokia.com>
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 78b78c8452..782ca4eaf4 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,2 +1,5 @@
TEMPLATE=subdirs
SUBDIRS += auto manual tools
+!win32 {
+ SUBDIRS += valgrind
+}