summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-06-27 20:29:00 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-06-27 20:29:00 +0000
commit95a704403db167500f487ccb56d7e11771110928 (patch)
treedbc1c818f89a22419256564ab8a42fe2bcc6181a /tests/Makefile.am
parent5bc1e9b02dde55f3405e55f7e9df13e5081c7ffd (diff)
downloadpango-95a704403db167500f487ccb56d7e11771110928.tar.gz
Bug 451547 – FAIL: runtests.sh
2007-06-27 Behdad Esfahbod <behdad@gnome.org> Bug 451547 – FAIL: runtests.sh * tests/Makefile.am: Don't run tests if cross-compiling. (though cross-compiling tests work under scratchbox, so I'm not quite sure how good this change is.) svn path=/trunk/; revision=2368
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d05667e3..f1b24a42 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -31,7 +31,11 @@ INCLUDES += -DHAVE_WIN32
endif
+if CROSS_COMPILING
+TESTS=
+else
TESTS=runtests.sh
+endif
TESTS_ENVIRONMENT = \
srcdir=$(srcdir) \