From 1896748f53b08fbc1daebb26dfefa329e3ceb12a Mon Sep 17 00:00:00 2001 From: Marvin Schmidt Date: Fri, 14 Dec 2012 18:21:16 +0100 Subject: [PATCH] build: Don't compile tests until `make check` --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 07826ff..bc00a60 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -71,7 +71,7 @@ endif endif test_sources += $(test) -noinst_PROGRAMS = cairo-test-suite$(EXEEXT) # always build +check_PROGRAMS = cairo-test-suite$(EXEEXT) # always build TESTS += cairo-test-suite$(EXEEXT) -- 1.8.0.1