Re: [ovs-dev] [PATCH 01/11] tests: Define a variable "IS_WIN32" for tests.

2014-04-22 Thread Ben Pfaff
Yes, thanks. Acked-by: Ben Pfaff On Tue, Apr 22, 2014 at 12:54:31PM -0700, Gurucharan Shetty wrote: > Something like this, right? > > diff --git a/tests/atlocal.in b/tests/atlocal.in > index 06e7384..60f3dbf 100644 > --- a/tests/atlocal.in > +++ b/tests/atlocal.in > @@ -78,3 +78,13 @@ FreeBSD|

Re: [ovs-dev] [PATCH 01/11] tests: Define a variable "IS_WIN32" for tests.

2014-04-22 Thread Gurucharan Shetty
Something like this, right? diff --git a/tests/atlocal.in b/tests/atlocal.in index 06e7384..60f3dbf 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -78,3 +78,13 @@ FreeBSD|NetBSD) LOOPBACK_INTERFACE=lo0 ;; esac + +# Check for MINGW platform. +case `uname` in +MINGW*) +IS_WIN

Re: [ovs-dev] [PATCH 01/11] tests: Define a variable "IS_WIN32" for tests.

2014-04-22 Thread Ben Pfaff
On Fri, Apr 18, 2014 at 11:04:08AM -0700, Gurucharan Shetty wrote: > Signed-off-by: Gurucharan Shetty > --- > tests/atlocal.in |3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/atlocal.in b/tests/atlocal.in > index 06e7384..8267554 100644 > --- a/tests/atlocal.in > +++ b/tests

[ovs-dev] [PATCH 01/11] tests: Define a variable "IS_WIN32" for tests.

2014-04-18 Thread Gurucharan Shetty
Signed-off-by: Gurucharan Shetty --- tests/atlocal.in |3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/atlocal.in b/tests/atlocal.in index 06e7384..8267554 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -77,4 +77,7 @@ Linux) FreeBSD|NetBSD) LOOPBACK_INTERFACE=lo0