[cairo-commit] boilerplate/Makefile.am src/Makefile.am

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Sep 2 19:05:27 PDT 2008


 boilerplate/Makefile.am |    1 +
 src/Makefile.am         |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit cf212ddacaf012f506c680ebd10477018b7e936a
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Sep 2 22:05:06 2008 -0400

    Also test linking when cross-compiling
    
    We build the test.  Just don't run it.

diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am
index a42179b..7924b53 100644
--- a/boilerplate/Makefile.am
+++ b/boilerplate/Makefile.am
@@ -102,6 +102,7 @@ test: check
 
 TESTS =
 if CROSS_COMPILING
+check: check-link
 else
 TESTS += check-link
 endif
diff --git a/src/Makefile.am b/src/Makefile.am
index a310a4b..7f38541 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,6 +81,7 @@ TESTS_SH = \
 	$(NULL)
 TESTS += TESTS_SH
 if CROSS_COMPILING
+check: check-link
 else
 TESTS += check-link
 endif


More information about the cairo-commit mailing list