Re: [PATCH -next] selftests/ipc: Consolidate posix and sysv msg queue tests

2015-06-17 Thread Shuah Khan
On 06/09/2015 10:23 AM, Davidlohr Bueso wrote: > On Tue, 2015-06-09 at 06:55 -0600, Shuah Khan wrote >>> diff --git a/tools/testing/selftests/ipc/.gitignore >>> b/tools/testing/selftests/ipc/.gitignore >>> new file mode 100644 >>> index 000..3d8a449 >>> --- /dev/null >>> +++

Re: [PATCH -next] selftests/ipc: Consolidate posix and sysv msg queue tests

2015-06-17 Thread Shuah Khan
On 06/09/2015 10:23 AM, Davidlohr Bueso wrote: On Tue, 2015-06-09 at 06:55 -0600, Shuah Khan wrote diff --git a/tools/testing/selftests/ipc/.gitignore b/tools/testing/selftests/ipc/.gitignore new file mode 100644 index 000..3d8a449 --- /dev/null +++

Re: [PATCH -next] selftests/ipc: Consolidate posix and sysv msg queue tests

2015-06-09 Thread Davidlohr Bueso
On Tue, 2015-06-09 at 06:55 -0600, Shuah Khan wrote > > diff --git a/tools/testing/selftests/ipc/.gitignore > > b/tools/testing/selftests/ipc/.gitignore > > new file mode 100644 > > index 000..3d8a449 > > --- /dev/null > > +++ b/tools/testing/selftests/ipc/.gitignore > > @@ -0,0 +1,3 @@ > >

Re: [PATCH -next] selftests/ipc: Consolidate posix and sysv msg queue tests

2015-06-09 Thread Shuah Khan
On 06/08/2015 05:51 PM, Davidlohr Bueso wrote: > Move them both in the their own directory, under selftests/ipc/. > As with the actual code, all forms of ipc tend to reside in the > same directory, so apply this to selftests. > > Keep the Makefiles (at least for now), with some minor path >

Re: [PATCH -next] selftests/ipc: Consolidate posix and sysv msg queue tests

2015-06-09 Thread Davidlohr Bueso
On Tue, 2015-06-09 at 06:55 -0600, Shuah Khan wrote diff --git a/tools/testing/selftests/ipc/.gitignore b/tools/testing/selftests/ipc/.gitignore new file mode 100644 index 000..3d8a449 --- /dev/null +++ b/tools/testing/selftests/ipc/.gitignore @@ -0,0 +1,3 @@

Re: [PATCH -next] selftests/ipc: Consolidate posix and sysv msg queue tests

2015-06-09 Thread Shuah Khan
On 06/08/2015 05:51 PM, Davidlohr Bueso wrote: Move them both in the their own directory, under selftests/ipc/. As with the actual code, all forms of ipc tend to reside in the same directory, so apply this to selftests. Keep the Makefiles (at least for now), with some minor path hierarchy

[PATCH -next] selftests/ipc: Consolidate posix and sysv msg queue tests

2015-06-08 Thread Davidlohr Bueso
Move them both in the their own directory, under selftests/ipc/. As with the actual code, all forms of ipc tend to reside in the same directory, so apply this to selftests. Keep the Makefiles (at least for now), with some minor path hierarchy tweaks, for both msg and mqueue. Add a trivial

[PATCH -next] selftests/ipc: Consolidate posix and sysv msg queue tests

2015-06-08 Thread Davidlohr Bueso
Move them both in the their own directory, under selftests/ipc/. As with the actual code, all forms of ipc tend to reside in the same directory, so apply this to selftests. Keep the Makefiles (at least for now), with some minor path hierarchy tweaks, for both msg and mqueue. Add a trivial