summaryrefslogtreecommitdiff
blob: 0d9e1448056e46a8738d46ae1758a29429b1d084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Do not build tests if not requested to.

--- a/GNUmakefile.am	2010-12-21 17:23:58.000000000 +0100
+++ b/GNUmakefile.am	2010-12-21 17:24:28.000000000 +0100
@@ -46,7 +46,8 @@
 
 # Libraries and support components
 bin_PROGRAMS :=
+check_PROGRAMS :=
 noinst_PROGRAMS :=
 noinst_HEADERS :=
 noinst_LTLIBRARIES :=
 lib_LIBRARIES :=
@@ -541,7 +541,7 @@
 include WebKit/gtk/po/GNUmakefile.am
 
 # Build unit tests
-noinst_PROGRAMS += $(TEST_PROGS)
+check_PROGRAMS += $(TEST_PROGS)
 
 webkit_tests_cflags = \
 	-fno-strict-aliasing \