1 From cde9a78711e8eaed0aefb9e36288f22918e8d4b2 Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Thu, 2 Mar 2017 09:41:41 -0300
4 Subject: [PATCH] build: disable tests from building
6 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
10 2 files changed, 2 insertions(+), 2 deletions(-)
12 diff --git a/Makefile.am b/Makefile.am
13 index 9e31b34..32e5c29 100644
17 ## Process this file with automake to create Makefile.in.
19 -SUBDIRS= pango pango-view examples docs tools tests win32
20 +SUBDIRS= pango pango-view examples docs tools win32
24 diff --git a/Makefile.in b/Makefile.in
25 index 6b6f6c7..ed0cfa2 100644
28 @@ -418,7 +418,7 @@ target_alias = @target_alias@
29 top_build_prefix = @top_build_prefix@
30 top_builddir = @top_builddir@
31 top_srcdir = @top_srcdir@
32 -SUBDIRS = pango pango-view examples docs tools tests win32
33 +SUBDIRS = pango pango-view examples docs tools win32