[ovs-dev] [PATCH 2/2] travis: Allow testsuite to run with GCC or Clang.

2014-09-19 Thread Ben Pfaff
I don't see why the testsuite is supported only with GCC. CC: Thomas Graf tg...@noironetworks.com Signed-off-by: Ben Pfaff b...@nicira.com --- .travis/build.sh | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.travis/build.sh b/.travis/build.sh index

Re: [ovs-dev] [PATCH 2/2] travis: Allow testsuite to run with GCC or Clang.

2014-09-19 Thread Thomas Graf
On 09/19/14 at 01:09pm, Ben Pfaff wrote: I don't see why the testsuite is supported only with GCC. The motivation was to keep the total build time on a reasonable level and below the 1h limit for all build threads. ___ dev mailing list

Re: [ovs-dev] [PATCH 2/2] travis: Allow testsuite to run with GCC or Clang.

2014-09-19 Thread Thomas Graf
On 09/19/14 at 10:47pm, Thomas Graf wrote: On 09/19/14 at 01:09pm, Ben Pfaff wrote: I don't see why the testsuite is supported only with GCC. The motivation was to keep the total build time on a reasonable level and below the 1h limit for all build threads. I tried to re-find the original

Re: [ovs-dev] [PATCH 2/2] travis: Allow testsuite to run with GCC or Clang.

2014-09-19 Thread Ben Pfaff
On Fri, Sep 19, 2014 at 01:59:36PM -0700, Ben Pfaff wrote: On Fri, Sep 19, 2014 at 10:54:06PM +0200, Thomas Graf wrote: On 09/19/14 at 10:47pm, Thomas Graf wrote: On 09/19/14 at 01:09pm, Ben Pfaff wrote: I don't see why the testsuite is supported only with GCC. The motivation was

Re: [ovs-dev] [PATCH 2/2] travis: Allow testsuite to run with GCC or Clang.

2014-09-19 Thread Ben Pfaff
On Fri, Sep 19, 2014 at 10:54:06PM +0200, Thomas Graf wrote: On 09/19/14 at 10:47pm, Thomas Graf wrote: On 09/19/14 at 01:09pm, Ben Pfaff wrote: I don't see why the testsuite is supported only with GCC. The motivation was to keep the total build time on a reasonable level and below