Noorul Islam K M <noo...@collab.net> writes: > Daniel came up with idea of extending Makefile.in to support 'make > check' variants. > > 1. 'make check' with svnserve -T
> 2. 'make check' with svnadmin create --pre-1.x-compatible (where x in > (1.4, 1.5, 1.6, 1.7)) > 3. 'make check' with SVNPathAuthz short_circuit. As of now this is > supported by stsp's Makefile.svn. So this will be bringing that into > Makefile.in > > So, this would include the following tasks. > > * Extending Makefile.in to take optional arguments. > * Propagating that through to the tests themselves. > * Extending test suite to take additional options accordingly. > * Filing issues and/or fixing any bugs that surface. > > I am planning to implement his idea. I hope this is a welcome > change. Posting it here to get feedback before starting to work on this. I don't understand what you intend. I agree that 3 is new, but for 1 and 2 I can do: make svnserveautocheck THREADED=1 make check SERVER_MINOR_VERSION=N Are you plan to change/extend those options? -- Philip