gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: W32 testsuite results


From: Vincent Torri
Subject: Re: W32 testsuite results
Date: Fri, 8 Apr 2011 07:58:07 +0200



On Fri, Apr 8, 2011 at 12:06 AM, Nikos Mavrogiannopoulos <address@hidden> wrote:
On 04/06/2011 08:17 PM, LRN wrote:

Does this in configure.ac cause a problem in windows?
-if test -d tests/suite;then
-AC_CONFIG_FILES([tests/suite/Makefile])
-fi

We use it to run extra tests on the git branch. Is test
the problem?

It's not the correct way to do what you want . Do that instead:

AM_CONDITIONAL([WANT_TEST_SUITE], [test -d tests/suite])

and in tests/Makefile.am, remove 'suite' from SUBDIRS and add:

if WANT_TEST_SUITE
SUBDIRS += suite
endif

Vincent Torri

reply via email to

[Prev in Thread] Current Thread [Next in Thread]