On 12 February 2012 10:06, Jukka Ruohonen <jruoho...@iki.fi> wrote: > On Sun, Feb 12, 2012 at 10:53:56AM +0100, Martin Husemann wrote: >> > tests/sys/kern/t_module.c >> > ... >> and >> test/sys/kern/posix_spawn/* >> >> I don't mind moving it there, if there is consensus. We can clean other stuff >> later. I don't like mixing it with tons of unrelated tests in a common >> directory though. > > As said, please follow the libc-structure, as it is the current convention; > > libc/sys -> tests/lib/libc/sys > libc/gen -> tests/lib/libc/gen > > and also > > lib/librt -> tests/lib/librt > > even though majority of this stuff is implenented inside the kernel.
Could I suggest a tests/README which documents the current convention (and notes the exceptions which should be cleaned up), so the next new person committing tests has guidance to follow?