From 3b703588faacbf4ff2e963f6cb6839ece94a90b3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 4 Mar 2011 12:15:18 +0100 Subject: Add libvalgrind tests. Merge-request: 260 Reviewed-by: hjk --- tests/tests.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/tests.pro') 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 +} -- cgit v1.2.1