From 95a704403db167500f487ccb56d7e11771110928 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 27 Jun 2007 20:29:00 +0000 Subject: =?UTF-8?q?Bug=20451547=20=E2=80=93=20FAIL:=20runtests.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-06-27 Behdad Esfahbod 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 --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile.am') 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) \ -- cgit v1.2.1